opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-gstreamer"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "gstreamer"]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev"]
    {os-family = "debian"}
]
bug-reports: "https://github.com/savonet/ocaml-gstreamer/issues"
dev-repo: "git+https://github.com/savonet/ocaml-gstreamer.git"
synopsis:
  "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams"
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-gstreamer/releases/download/0.2.1/ocaml-gstreamer-0.2.1.tar.gz"
  checksum: "md5=f450f7525df87069f1425c9b2d49a49e"
}
