opam-version: "2.0"
synopsis: "Bindings to libflac"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
license: "GPL-2.0"
homepage: "https://github.com/savonet/ocaml-flac"
bug-reports: "https://github.com/savonet/ocaml-flac/issues"
depends: [
  "conf-libflac"
  "conf-pkg-config"
  "ocaml" {>= "4.03.0"}
  "dune" {>= "2.0"}
  "dune-configurator"
]
depopts: [
  "ogg" {>= "0.7.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/savonet/ocaml-flac.git"
url {
  src: "https://github.com/savonet/ocaml-flac/archive/v0.3.0.tar.gz"
  checksum: [
    "md5=c7d324afa0f06c3eb94deee8893ca316"
    "sha512=06404ba9651acf3610d55f3a1e231918a2b1b93012c6c91dc7cb3b8769bff33c22446c711b34df56041ca1e9370fdd6d5ceac43170d5acf151a48c4cf1f030ed"
  ]
}
