# 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.1.8.tar.gz" checksum: [ "md5=7ffc99827d516494abfd803351699cdd" "sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2" ] }