this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings to libtheora"
3maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
4authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5license: "GPL-2.0-only"
6homepage: "https://github.com/savonet/ocaml-theora"
7bug-reports: "https://github.com/savonet/ocaml-theora/issues"
8depends: [
9 "conf-libtheora"
10 "conf-pkg-config"
11 "dune" {>= "2.0"}
12 "dune-configurator"
13 "ogg" {>= "0.7.0" & < "1.0.0"}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/savonet/ocaml-theora.git"
30url {
31 src: "https://github.com/savonet/ocaml-theora/archive/v0.4.0.tar.gz"
32 checksum: [
33 "md5=af6298d7edc8a82ed1a8c78eca588bcd"
34 "sha512=513765188edc36219df0fb4d9801d2483e53a545c5491a22eaf4274b4b9c8a950d1d58063ffa0ac02639af1362c4fd0ce56ea3d3dccfd6e330929de15b30ce0e"
35 ]
36}