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 "dune" {>= "2.8"} 14 "dune-configurator" 15 "ogg" {>= "0.7.0" & < "1.0.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/savonet/ocaml-opus.git" 33url { 34 src: "https://github.com/savonet/ocaml-opus/archive/v0.2.1.tar.gz" 35 checksum: [ 36 "md5=ef30999498988d515b9679aea33094c7" 37 "sha512=4c1f4ecbdad31e140ee512d95bdf74f8ff64260575a5202f8a013fe1b2768f34911eea6e7e029600ce028e0245e46bf227af3407e28e120feafa121f5ef3e686" 38 ] 39}