this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings for the ffmpeg avdevice library"
4maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/savonet/ocaml-ffmpeg"
8bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
9depends: [
10 "conf-pkg-config" {build}
11 "conf-ffmpeg" {build}
12 "ocaml" {>= "4.08.0"}
13 "dune" {>= "3.6"}
14 "dune-configurator" {build}
15 "ffmpeg-av" {= 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"
36post-messages: [
37 """\
38We're sorry that your install failed. Make sure to check the README.md file
39to check what minimal version of FFmpeg this package requires."""
40 {failure}
41]
42url {
43 src:
44 "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.1.tar.gz"
45 checksum: [
46 "md5=0246dce16d3fd1ad00b8ab8cb562e2c0"
47 "sha512=c72adb6ba5651e47c343d28b6be7759a5958ea1ea712ce98d3d4b86de35370f79e8c4833aa35b0633907d813abc080f6472186ad433ff5b8eeb31d5b5e012913"
48 ]
49}