this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Bindings for the faad library which provides functions for decoding AAC audio files"
4maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "GPL-2.0-only"
7homepage: "https://github.com/savonet/ocaml-faad"
8bug-reports: "https://github.com/savonet/ocaml-faad/issues"
9depends: [
10 "dune" {> "2.0"}
11 "dune-configurator"
12]
13build: [
14 ["dune" "subst"] {dev}
15 [
16 "dune"
17 "build"
18 "-p"
19 name
20 "-j"
21 jobs
22 "@install"
23 "@runtest" {with-test}
24 "@doc" {with-doc}
25 ]
26]
27dev-repo: "git+https://github.com/savonet/ocaml-faad.git"
28depexts: [
29 ["faad2-dev"] {os-distribution = "alpine"}
30 ["faad2"] {os-distribution = "arch"}
31 ["faad2-devel"] {os-distribution = "centos"}
32 ["faad2-devel"] {os-distribution = "fedora"}
33 ["faad2-devel"] {os-family = "suse" | os-family = "opensuse"}
34 ["libfaad-dev"] {os-family = "debian"}
35 ["faad2"] {os = "macos" & os-distribution = "homebrew"}
36]
37url {
38 src: "https://github.com/savonet/ocaml-faad/archive/v0.5.0.tar.gz"
39 checksum: [
40 "md5=3ce604faf3981cb4433688b205cb8758"
41 "sha512=0983cdf7552f03f021ca20e86ed6ebc67419db8900dd0e3fc316c18af83851259d91b8829092a2e1e307638ce31d6c3ee4810889f43632070122ee24e7971874"
42 ]
43}