(lang dune 3.9)
(name cry)
(version 0.6.7)
(sections
 (lib /usr/lib/ocaml/cry)
 (libexec /usr/lib/ocaml/cry)
 (doc /usr/doc/cry))
(files
 (lib
  (META
   cry.a
   cry.cma
   cry.cmi
   cry.cmt
   cry.cmti
   cry.cmx
   cry.cmxa
   cry.ml
   cry.mli
   cry__.cmi
   cry__.cmt
   cry__.cmx
   cry__.ml
   cry__Cry_common.cmi
   cry__Cry_common.cmt
   cry__Cry_common.cmx
   cry__Cry_https.cmi
   cry__Cry_https.cmt
   cry__Cry_https.cmx
   cry_common.ml
   cry_https.ml
   dune-package
   opam))
 (libexec (cry.cmxs))
 (doc (CHANGES README.md)))
(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
   (group
    (alias
     (obj_name cry__)
     (visibility public)
     (kind alias)
     (source (path Cry__) (impl (path cry__.ml-gen))))
    (name Cry)
    (modules
     (module
      (obj_name cry)
      (visibility public)
      (source (path Cry) (intf (path cry.mli)) (impl (path cry.ml))))
     (module
      (obj_name cry__Cry_common)
      (visibility public)
      (source (path Cry_common) (impl (path cry_common.ml))))
     (module
      (obj_name cry__Cry_https)
      (visibility public)
      (source (path Cry_https) (impl (path cry_https.ml))))))
   (wrapped true))))
