opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "theora"]]
depends: [
  "ocaml"
  "ocamlfind"
  "ogg" {< "0.5.0"}
]
depexts: [
  ["libtheora-dev"] {os-family = "debian"}
]
install: [make "install"]
synopsis:
  "Bindings for the theora library to decode video files in theora format"
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/savonet/ocaml-theora/0.3.0/ocaml-theora-0.3.0.tar.gz"
  checksum: "md5=7fc569ab2de795e44161b554fd1dc1c8"
}
