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" {>= "4.02.0"}
15 "ocamlfind" {build}
16]
17depexts: [
18 ["gstreamer-dev" "gst-plugins-base-dev"] {os-distribution = "alpine"}
19 ["gstreamer-devel" "gstreamer-plugins-base-devel"] {os-family = "suse" | os-family = "opensuse"}
20 ["gstreamer1-devel" "gstreamer1-plugins-base-devel"]
21 {os-distribution = "fedora"}
22 ["gstreamer1-devel" "gstreamer1-plugins-base-devel"]
23 {os-distribution = "centos"}
24 ["libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev"]
25 {os-family = "debian"}
26 ["gstreamer1"] {os = "freebsd"}
27 ["gstreamer" "gst-plugins-base"]
28 {os = "macos" & os-distribution = "homebrew"}
29]
30bug-reports: "https://github.com/savonet/ocaml-gstreamer/issues"
31dev-repo: "git+https://github.com/savonet/ocaml-gstreamer.git"
32synopsis:
33 "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams"
34flags: light-uninstall
35url {
36 src:
37 "https://github.com/savonet/ocaml-gstreamer/releases/download/0.3.0/ocaml-gstreamer-0.3.0.tar.gz"
38 checksum: [
39 "sha256=d274c1ec05da53e43c1fdce69e725aae841ef96d37864a888c654e003eb0de6f"
40 "md5=f3dc890ea043cbf763015ab989984781"
41 ]
42}