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