opam-version: "2.0" synopsis: "Bindings for the ffmpeg avutil libraries" 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} "base-threads" "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.1.0.tar.gz" checksum: [ "md5=b7ef3b458b71bfc208525d140c998dfb" "sha512=468a39c7bda0f88e4e7b3bc4b87c84f8ecfa612be327a57df8df5c613ba60881ae970041e22adef289f69a0edb7acf556c567f16d724283c9dd9950aadf2cea3" ] }