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 ["gstreamer1-dev" "gst-plugins-base1-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.2.3/ocaml-gstreamer-0.2.3.tar.gz"
38 checksum: [
39 "sha256=9ed91ed6ba870b55e965d0c927aefaba54a947f89718096a1a0dbb0fdf8f06fd"
40 "md5=6324c3a7e483aec1d81babec59fa056c"
41 ]
42}