this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings to libtheora"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "GPL-2.0"
7homepage: "https://github.com/savonet/ocaml-theora"
8bug-reports: "https://github.com/savonet/ocaml-theora/issues"
9depends: [
10 "conf-libtheora"
11 "conf-pkg-config"
12 "dune" {>= "2.0"}
13 "dune-configurator"
14 "ogg" {>= "0.7.0" & < "1.0.0"}
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-theora.git"
31url {
32 src:
33 "https://github.com/savonet/ocaml-theora/archive/refs/tags/v0.4.1.tar.gz"
34 checksum: [
35 "md5=281b56d77710132c98eb329bfb4fdcdf"
36 "sha512=38ca4d6d5b3cd7c1487ad375404ed7355ad033c41da8ac1fef093d9c221e602d442789d57a0eb05fd3ab79b2d3e23cbfd66b06cbe5137c4b1b92befe62bf8f1c"
37 ]
38}