# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Bindings to libopus" maintainer: ["The Savonet Team "] authors: ["The Savonet Team "] license: "GPL-2.0" homepage: "https://github.com/savonet/ocaml-opus" bug-reports: "https://github.com/savonet/ocaml-opus/issues" depends: [ "conf-libogg" "conf-libopus" "conf-pkg-config" "dune" {>= "2.8"} "dune-configurator" "ogg" {>= "0.7.0" & < "1.0.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/savonet/ocaml-opus.git" url { src: "https://github.com/savonet/ocaml-opus/archive/v0.2.1.tar.gz" checksum: [ "md5=ef30999498988d515b9679aea33094c7" "sha512=4c1f4ecbdad31e140ee512d95bdf74f8ff64260575a5202f8a013fe1b2768f34911eea6e7e029600ce028e0245e46bf227af3407e28e120feafa121f5ef3e686" ] }