this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26807 from toots/opam-publish-theora.0.4.1

Package theora.0.4.1

authored by

Shon Feder and committed by
GitHub
6cf71805 1012a11e

+38
+38
packages/theora/theora.0.4.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings to libtheora" 4 + maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "GPL-2.0" 7 + homepage: "https://github.com/savonet/ocaml-theora" 8 + bug-reports: "https://github.com/savonet/ocaml-theora/issues" 9 + depends: [ 10 + "conf-libtheora" 11 + "conf-pkg-config" 12 + "dune" {>= "2.0"} 13 + "dune-configurator" 14 + "ogg" {>= "0.7.0"} 15 + ] 16 + build: [ 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 + ] 30 + dev-repo: "git+https://github.com/savonet/ocaml-theora.git" 31 + url { 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 + }