(lang dune 2.0)
(version 0.1.3)
(name dssi)
(source (github savonet/ocaml-dssi))
(license LGPL-2.1)
(authors "The Savonet Team <savonet-users@lists.sourceforge.net>")
(maintainers "The Savonet Team <savonet-users@lists.sourceforge.net>")

(generate_opam_files true)

(package
 (name dssi)
 (synopsis "Bindings for the DSSI API which provides audio synthesizers")
 (depends
  (dune (>= 2.0))
  dune-configurator
  (ladspa (>= 0.2.0))
  conf-dssi)
)
