this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet/ocaml-gstreamer" 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "gstreamer"] 13depends: ["ocaml" "ocamlfind"] 14depexts: [ 15 ["libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev"] 16 {os-family = "debian"} 17] 18bug-reports: "https://github.com/savonet/ocaml-gstreamer/issues" 19dev-repo: "git+https://github.com/savonet/ocaml-gstreamer.git" 20synopsis: 21 "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams" 22flags: light-uninstall 23url { 24 src: 25 "https://github.com/savonet/ocaml-gstreamer/releases/download/0.2.1/ocaml-gstreamer-0.2.1.tar.gz" 26 checksum: [ 27 "sha256=d1f028e2cde307b64480ea1efaafc5299e1a2e7bee260b986e45fad27f22f48f" 28 "md5=f450f7525df87069f1425c9b2d49a49e" 29 ] 30}