opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" lib "--mandir" man]
  [make "all"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "ogg" {< "0.5.0"}
  "base-unsafe-string"
  "conf-pkg-config" {build}
  "conf-libflac" {build}
]
install: [make "install"]
synopsis:
  "Interface for the Free Lossless Audio Codec otherwise known as FLAC"
url {
  src:
    "http://sourceforge.net/projects/savonet/files/ocaml-flac/0.1.1/ocaml-flac-0.1.1.tar.gz/download"
  checksum: "md5=145fb0982e6a845277e17218ddb2415c"
}
