(lang dune 2.0)
(version 0.6.5)
(name cry)
(source (github savonet/ocaml-cry))
(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 cry)
 (synopsis "OCaml client for the various icecast & shoutcast source protocols")
 (description "The cry library is an implementation of the various icecast & shoutcast protocols to connect to streaming servers such as icecast")
 (depends
  (dune (> 2.0)))
 (depopts
  (ssl (>= 0.5.9))
  osx-secure-transport)
)
