opam-version: "2.0"
synopsis: "Bindings for the frei0r API which provides video effects"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/savonet/ocaml-frei0r"
bug-reports: "https://github.com/savonet/ocaml-frei0r/issues"
depends: [
  "conf-frei0r"
  "conf-pkg-config"
  "dune" {>= "2.0"}
  "dune-configurator"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/savonet/ocaml-frei0r.git"
url {
  src: "https://github.com/savonet/ocaml-frei0r/archive/v0.1.2.tar.gz"
  checksum: [
    "md5=90e06952937864c98386db6ca2472cb6"
    "sha512=2be3482d9e12ab05e36032409b8e3c272f57ec16c8ff139a5b36f65bc57ef2a02f249ec7ab287eae784fbfa33ee33785985c80f715e25b41af544b92f21ae58b"
  ]
}
