opam-version: "2.0" maintainer: "Romain Beauxis " authors: "The Savonet Team " homepage: "https://github.com/savonet/ocaml-gstreamer" build: [ ["./configure" "--prefix" prefix] [make] ] install: [ [make "install"] ] remove: ["ocamlfind" "remove" "gstreamer"] depends: [ "ocaml" "ocamlfind" {build} ] depexts: [ ["libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev"] {os-family = "debian"} ["gstreamer" "gst-plugins-base"] {os = "macos" & os-distribution = "homebrew"} ] 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.2/ocaml-gstreamer-0.2.2.tar.gz" checksum: [ "sha256=0ae74193117ccd5f5816b937e78f1896a2510b734ae01605878785536ececd47" "md5=1a04fc3db831492abd713a54e108348f" ] }