this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/savonet/ocaml-gstreamer"
8bug-reports: "https://github.com/savonet/ocaml-gstreamer/issues"
9depends: [
10 "ocaml" {>= "4.02.0"}
11 "dune" {> "2.0"}
12 "dune-configurator"
13 "conf-gstreamer"
14 "conf-pkg-config"
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/savonet/ocaml-gstreamer.git"
31url {
32 src: "https://github.com/savonet/ocaml-gstreamer/archive/v0.3.1.tar.gz"
33 checksum: [
34 "md5=aefa98a23642adf08e0bcb9b5727f641"
35 "sha512=8083768bd0fafdb98dae10b321be9cf411ef25ff05fec8fe9259976ce776ac287ce8cf6ae3fce178d470463e7f54a87a2fd12d3669fcedc4f76e2ff9f4fc298b"
36 ]
37}