this repo has no description
1opam-version: "2.0" 2maintainer: "smimram@gmail.com" 3build: [ 4 ["./configure" "--prefix" prefix] 5 [make] 6] 7remove: [["ocamlfind" "remove" "gstreamer"]] 8depends: ["ocaml" "ocamlfind"] 9depexts: [ 10 ["libgstreamer0.10-dev"] {os-family = "debian"} 11] 12install: [make "install"] 13synopsis: 14 "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams" 15flags: light-uninstall 16url { 17 src: 18 "http://downloads.sourceforge.net/project/savonet/ocaml-gstreamer/0.2.0/ocaml-gstreamer-0.2.0.tar.gz" 19 checksum: [ 20 "sha256=242284d9c8c2eddd890a6fd6ca5ab0a0eb8819079d84d2cc6e59206f9e2af85d" 21 "md5=2e0bb734cb77377b9470eeacb2611adb" 22 ] 23}