this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings for the ffmpeg avutil libraries" 4maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6license: "LGPL-2.1-only" 7homepage: "https://github.com/savonet/ocaml-ffmpeg" 8bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9depends: [ 10 "conf-pkg-config" {build} 11 "conf-ffmpeg" {build} 12 "ocaml" {>= "4.08.0"} 13 "dune" {>= "2.8"} 14 "dune-configurator" {build} 15 "base-threads" 16 "odoc" {with-doc} 17] 18conflicts: [ 19 "ffmpeg" {< "0.5.0"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36url { 37 src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.1.4.tar.gz" 38 checksum: [ 39 "md5=a9fee102d6f0088b156ff204c0dc2754" 40 "sha512=1274f0e4c5504e6afd522a50682ed1b2b63a1fd0d174d928c97e7e57cebf1a7714b2b019dfe1f29952a7ff5b8d2c25d10590aa893c5b2d66cb8e845a59323bd9" 41 ] 42}