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 libraries -- top-level helpers"
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-avutil" {= version}
16 "ffmpeg-avcodec" {= version}
17 "odoc" {with-doc}
18]
19conflicts: [
20 "ffmpeg" {< "0.5.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
37x-maintenance-intent: ["(latest)"]
38post-messages: [
39 """\
40We're sorry that your install failed. Make sure to check the README.md file
41to check what minimal version of FFmpeg this package requires."""
42 {failure}
43]
44url {
45 src:
46 "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.2.2.tar.gz"
47 checksum: [
48 "md5=70be64d91ec5494127004e4ea03aa987"
49 "sha512=bbb2b6036304e631a3dc23e7c0c5d14b96e869cf078b48348b52409d5a4dcbb60505f4987ed2c8eecfcc71e1f20844ad0f3dd040a04cf2abb2146454a4dd4685"
50 ]
51}