opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-voaacenc"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "voaacenc"]
depends: ["ocaml" "ocamlfind" "conf-pkg-config"]
depexts: [
  ["libvo-aacenc-dev"] {os-family = "debian"}
  ["libvo-aacenc"] {os = "macos" & os-distribution = "homebrew"}
]
bug-reports: "https://github.com/savonet/ocaml-voaacenc/issues"
dev-repo: "git+https://github.com/savonet/ocaml-voaacenc.git"
synopsis:
  "Bindings for the voaacenc library to encode audio files in AAC format"
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-voaacenc/releases/download/0.1.1/ocaml-voaacenc-0.1.1.tar.gz"
  checksum: "md5=9fc233686c26a0ec96b8a9144dc8d95b"
}
