# 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" {>= "3.6"} "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/refs/tags/v1.2.0.tar.gz" checksum: [ "md5=2fa89ab09c4e1f5d1c24178ca5d2df92" "sha512=cce220ccb708f4d739510f1f098faeb23b58a3b11d2b6bd2efbf067c5d9e206aaf1d626bd32d036f12488734a871b071e3504f913b66bb2ae266517ba088fe62" ] }