blob: 41c3dfa896c2cac87dff7ee3f090fd73f4096eda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = ocaml-mad
pkgdesc = OCaml bindings to the MAD mp3 decoder
pkgver = 0.5.3
pkgrel = 1
url = https://github.com/savonet/ocaml-mad
arch = i686
arch = x86_64
license = GPL2
makedepends = ocaml-findlib
makedepends = dune
depends = ocaml
depends = libmad
options = !strip
source = https://github.com/savonet/ocaml-mad/archive/v0.5.3.tar.gz
sha256sums = f79b76d8d9bfde09353b331d3523d4e9ee3dcf80db96ec3ff9b3b3bbb3d2a2a2
pkgname = ocaml-mad
|