opam-version: "2.0"
synopsis: "Bindings for the ffmpeg libraries"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
license: "LGPL-2.1-only"
homepage: "https://github.com/savonet/ocaml-ffmpeg"
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
depends: [
  "ocaml-windows" {>= "4.08.0"}
  "dune" {>= "3.6"}
  "ffmpeg-av-windows" {= version}
  "ffmpeg-avutil-windows" {= version}
  "ffmpeg-avcodec-windows" {= version}
  "ffmpeg-avfilter-windows" {= version}
  "ffmpeg-avdevice-windows" {= version}
  "ffmpeg-swscale-windows" {= version}
  "ffmpeg-swresample-windows" {= version}
]
build: [
  [
    "dune"
    "build"
    "-p"
    "ffmpeg"
    "-x"
    "windows"
    "-j"
    jobs
    "@install"
  ]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
url {
  src: "https://github.com/savonet/ocaml-ffmpeg/archive/main.tar.gz"
}
