# This file is generated by dune, edit dune-project instead 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.3.tar.gz" checksum: [ "md5=b70a98373fc416a0c346c98cf869acc6" "sha512=63c1866b4f0be99ed4d571c9276cf4f60d67c0c1e6f9bfe5e746c605e0fa17c602293c3deb44c42acc5c3c5fec6066f6aa4101d05ee5cd71f50a3981456b0e02" ] }