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 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 "ocaml" {>= "4.08.0"} 11 "dune" {>= "2.9"} 12 "ffmpeg-av" {= version} 13 "ffmpeg-avutil" {= version} 14 "ffmpeg-avcodec" {= version} 15 "ffmpeg-avfilter" {= version} 16 "ffmpeg-avdevice" {= version} 17 "ffmpeg-swscale" {= version} 18 "ffmpeg-swresample" {= version} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "--promote-install-files=false" 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35 ["dune" "install" "-p" name "--create-install-files" name] 36] 37dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 38url { 39 src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.1.6.tar.gz" 40 checksum: [ 41 "md5=931e561badd4fb641176ce3736182d78" 42 "sha512=bef09143142084a75a7a9ba3de00369e1d30f408eeb5dbe3a1edd21a96868ab825da6dc62b411deb420492543e9fcfcddfcde30dd2afda73610d836568152d10" 43 ] 44}