opam-version: "2.0" maintainer: "Romain Beauxis " authors: "The Savonet Team " homepage: "https://github.com/savonet/ocaml-opus" build: [ ["./configure" "--prefix" prefix] {os != "macos"} [ "./configure" "CFLAGS=-I/usr/local/include" "LDFLAGS=-L/usr/local/lib" "OCAMLFLAGS=-ccopt -I/usr/local/include -cclib -L/usr/local/lib" "--prefix" prefix ] {os = "macos"} [make] ] install: [ [make "install"] ] remove: ["ocamlfind" "remove" "opus"] depends: [ "ocaml" "ocamlfind" "ogg" {< "0.7.0"} ] depexts: [ ["libavutil-dev" "libopus-dev"] {os-family = "debian"} ["opus"] {os = "macos" & os-distribution = "homebrew"} ] bug-reports: "https://github.com/savonet/ocaml-opus/issues" dev-repo: "git+https://github.com/savonet/ocaml-opus.git" synopsis: "Bindings for the opus library to decode audio files in opus format" flags: light-uninstall url { src: "https://github.com/savonet/ocaml-opus/releases/download/0.1.1/ocaml-opus-0.1.1.tar.gz" checksum: [ "sha256=ff7118cbc6f1ddc6b8f140fa2adde3b934b31cd1aadd1e1370e5e0bfd60ebd4e" "md5=c58b1ff9859ce31b56f5cba9d22f91a2" ] }