this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings to libopus"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "GPL-2.0"
7homepage: "https://github.com/savonet/ocaml-opus"
8bug-reports: "https://github.com/savonet/ocaml-opus/issues"
9depends: [
10 "conf-libogg"
11 "conf-libopus"
12 "conf-pkg-config"
13 "ocaml" {>= "4.08.0"}
14 "dune" {>= "2.8"}
15 "dune-configurator"
16 "ogg" {>= "0.7.1" & < "1.0.0"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/savonet/ocaml-opus.git"
34url {
35 src: "https://github.com/savonet/ocaml-opus/archive/v0.2.2.tar.gz"
36 checksum: [
37 "md5=8e4f833477997732b0c0aec4d42420c9"
38 "sha512=e9931a80550ed3566cebc4e07204192319fdb02c88519f6711c57ec2cb8d68e13f641bd843c815244010e4be8fbada95d826063e33297113a5c3743c3a4e2a5d"
39 ]
40}