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