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: [
14 "ocaml"
15 "ocamlfind" {build}
16]
17depexts: [
18 ["libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev"]
19 {os-family = "debian"}
20 ["gstreamer" "gst-plugins-base"]
21 {os = "macos" & os-distribution = "homebrew"}
22]
23bug-reports: "https://github.com/savonet/ocaml-gstreamer/issues"
24dev-repo: "git+https://github.com/savonet/ocaml-gstreamer.git"
25synopsis:
26 "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams"
27flags: light-uninstall
28url {
29 src:
30 "https://github.com/savonet/ocaml-gstreamer/releases/download/0.2.2/ocaml-gstreamer-0.2.2.tar.gz"
31 checksum: [
32 "sha256=0ae74193117ccd5f5816b937e78f1896a2510b734ae01605878785536ececd47"
33 "md5=1a04fc3db831492abd713a54e108348f"
34 ]
35}