this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings for the ffmpeg libraries -- top-level helpers"
3maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
4authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5license: "LGPL-2.1-only"
6homepage: "https://github.com/savonet/ocaml-ffmpeg"
7bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
8depends: [
9 "conf-pkg-config" {build}
10 "conf-ffmpeg" {build}
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.8"}
13 "dune-configurator" {build}
14 "ffmpeg-avutil" {= version}
15 "ffmpeg-avcodec" {= version}
16 "odoc" {with-doc}
17]
18conflicts: [
19 "ffmpeg" {< "0.5.0"}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
36url {
37 src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.1.0.tar.gz"
38 checksum: [
39 "md5=b7ef3b458b71bfc208525d140c998dfb"
40 "sha512=468a39c7bda0f88e4e7b3bc4b87c84f8ecfa612be327a57df8df5c613ba60881ae970041e22adef289f69a0edb7acf556c567f16d724283c9dd9950aadf2cea3"
41 ]
42}