(lang dune 2.9)
(name cry)
(version 0.6.7)
(library
 (name cry)
 (kind normal)
 (synopsis
  "OCaml client for the various icecast & shoutcast source protocols")
 (archives (byte cry.cma) (native cry.cmxa))
 (plugins (byte cry.cma) (native cry.cmxs))
 (native_archives cry.a)
 (requires bytes unix ssl)
 (main_module_name Cry)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Cry)
   (modules
    ((name Cry) (obj_name cry) (visibility public) (impl) (intf))
    ((name Cry_common) (obj_name cry__Cry_common) (visibility public) (impl))
    ((name Cry_https) (obj_name cry__Cry_https) (visibility public) (impl)))
   (alias_module
    (name Cry__)
    (obj_name cry__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
