(lang dune 2.0)
(version 0.5.0)
(name faad)
(source (github savonet/ocaml-faad))
(license GPL-2.0)
(authors "The Savonet Team <savonet-users@lists.sourceforge.net>")
(maintainers "Romain Beauxis <toots@rastageeks.org>")

(generate_opam_files true)

(package
 (name faad)
 (synopsis "Bindings for the faad library which provides functions for decoding AAC audio files")
 (depends
  (dune (> 2.0))
  dune-configurator)
)
