this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings to libvorbis"
3maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
4authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5license: "GPL-2.0-only"
6homepage: "https://github.com/savonet/ocaml-vorbis"
7bug-reports: "https://github.com/savonet/ocaml-vorbis/issues"
8depends: [
9 "conf-libvorbis"
10 "conf-pkg-config"
11 "dune" {>= "2.0"}
12 "dune-configurator"
13 "ogg" {>= "0.7.0" & < "1.0.0"}
14 "ocaml" {>= "4.03.0"}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/savonet/ocaml-vorbis.git"
31url {
32 src: "https://github.com/savonet/ocaml-vorbis/archive/v0.8.0.tar.gz"
33 checksum: [
34 "md5=46b59a02b000aa34e97ce537e346f8e6"
35 "sha512=b2d3940492552fdda27785623cc563758aca061fedfdf577ab1ef22fb1958c27af9fe68c1ed7bd5cf323e1a1b7b42cc53ae6d2c09dc6cae7ead37f740d106ba8"
36 ]
37}