opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "gstreamer"]]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["libgstreamer0.10-dev"] {os-family = "debian"}
]
install: [make "install"]
synopsis:
  "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams"
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/savonet/ocaml-gstreamer/0.2.0/ocaml-gstreamer-0.2.0.tar.gz"
  checksum: "md5=2e0bb734cb77377b9470eeacb2611adb"
}
