opam-version: "2.0"
synopsis: "Bindings for the DSSI API which provides audio synthesizers"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
license: "LGPL-2.1"
homepage: "https://github.com/savonet/ocaml-dssi"
bug-reports: "https://github.com/savonet/ocaml-dssi/issues"
depends: [
  "dune" {>= "2.0"}
  "dune-configurator"
  "ladspa" {>= "0.2.0"}
  "conf-dssi"
]
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-dssi.git"
url {
  src: "https://github.com/savonet/ocaml-dssi/archive/v0.1.3.tar.gz"
  checksum: [
    "md5=6f6065ea71202cec0f6f163db9a67f6c"
    "sha512=8f7db557d2edbcaaeb5e9401e50b7dba84fb59fe0817d74840e57c9a8111d24652e91262a439eacf80642847e98c2e92c90d0a20f6eb37b2faf4994023901942"
  ]
}
