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

(generate_opam_files true)

(package
 (name xmlplaylist)
 (synopsis "Library providing monadic threads")
 (depends
  (ocaml (>= 4.03.0))
  (dune (> 2.0))
  xmlm)
)
