opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "taglib"]]
depends: [
  "ocaml" {< "4.10"}
  "ocamlfind"
  "conf-pkg-config"
]
depexts: [
  ["libtag1-dev"] {os-family = "debian"}
  ["taglib"] {os = "macos" & os-distribution = "homebrew"}
]
install: [make "install"]
synopsis:
  "Bindings for the taglib library which provides functions for reading tags in headers of audio files"
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/savonet/ocaml-taglib/0.2.0/ocaml-taglib-0.2.0.tar.gz"
  checksum: "md5=3e15260d935ce1791edc39b512391b24"
}
