opam-version: "2.0" synopsis: "Bindings for the ffmpeg avcodec library" maintainer: ["Romain Beauxis "] authors: ["The Savonet Team "] license: "LGPL-2.1-only" homepage: "https://github.com/savonet/ocaml-ffmpeg" bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" depends: [ "conf-pkg-config" {build} "conf-ffmpeg" {build} "ocaml" {>= "4.08.0"} "dune" {>= "2.8"} "dune-configurator" {build} "ffmpeg-avutil" {= version} "odoc" {with-doc} ] conflicts: [ "ffmpeg" {< "0.5.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" url { src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.1.tar.gz" checksum: [ "md5=f8aaa5d20ea8e0c3784c872455534b06" "sha512=063077f5ccc7da1cf985ef97fb466b2c4caf7c89da7c08098df94a52f62b254e6f146976c80e45f6413a14d966e388beb0519bd2286139e9232925d23787df32" ] }