# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Bindings for the ffmpeg 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: [ "ocaml" {>= "4.08.0"} "dune" {>= "3.6"} "ffmpeg-av" {= version} "ffmpeg-avutil" {= version} "ffmpeg-avcodec" {= version} "ffmpeg-avfilter" {= version} "ffmpeg-avdevice" {= version} "ffmpeg-swscale" {= version} "ffmpeg-swresample" {= version} "odoc" {with-doc} ] 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.2.tar.gz" checksum: [ "md5=70be64d91ec5494127004e4ea03aa987" "sha512=bbb2b6036304e631a3dc23e7c0c5d14b96e869cf078b48348b52409d5a4dcbb60505f4987ed2c8eecfcc71e1f20844ad0f3dd040a04cf2abb2146454a4dd4685" ] }