this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "Bindings for the faad library which provides functions for decoding AAC audio files"
5maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
6authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
7license: "GPL-2.0"
8homepage: "https://github.com/savonet/ocaml-faad"
9bug-reports: "https://github.com/savonet/ocaml-faad/issues"
10depends: [
11 "conf-faad"
12 "conf-pkg-config"
13 "dune" {>= "2.8"}
14 "dune-configurator"
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/savonet/ocaml-faad.git"
32url {
33 src: "https://github.com/savonet/ocaml-faad/archive/v0.5.1.tar.gz"
34 checksum: [
35 "md5=a7a02f5bc5f2507e9a4a0de17facf0a0"
36 "sha512=b84cdef4a9a40e4fcc6639fce50b2dd5e8ff19ceaf082950e57c4fb545535da63bc65895581d9aeb7d5acee4153e279aac230aaa9ebb4d11aa5de86b795c7341"
37 ]
38}