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" {>= "3.6"} 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 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36url { 37 src: 38 "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.8.tar.gz" 39 checksum: [ 40 "md5=7ffc99827d516494abfd803351699cdd" 41 "sha512=8ccbb5f48f9d827520cf5bf8527c95ec50fa016952b816a174385f94263b2a3692b2f49f7d0cab8ce6f07a6fd7b6073595e0e8ac5aa8bc7f61e09d36002e2bc2" 42 ] 43}