package cry

  1. Overview
  2. Docs
OCaml client for the various icecast & shoutcast source protocols

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.7.tar.gz
md5=03089949f9ffaeb8d26f71a2b3b78eed
sha512=01ebc48f5af4b319155ffcdc12205d7934e5c924653ee223b266463719865884aa0a0933b7d1ae9c4faea6aa0336a3d041ba1a5a04dbec17c2b4151d1969be4a

Description

The cry library is an implementation of the various icecast & shoutcast protocols to connect to streaming servers such as icecast

Published: 18 Mar 2022

README

README.md

ocaml-cry

This package contains an OCaml implementation of the various icecast & shoutcast source client protocols.

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • dune

  • findlib

Compilation:

dune build

This should build both the native and the byte-code version of the extension library.

Installation:

Using opam:

opam install cry

Using dune and a local copy (dev only):

dune install

This should install the library file (using ocamlfind) in the appropriate place.

Author:

This author of this software may be contacted by electronic mail at the following address: savonet-users@lists.sourceforge.net.

Dependencies (4)

  1. dune >= "2.8"
  2. base-bytes
  3. ocaml >= "5.0"
  4. ocaml < "5.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts (1)

  1. ssl < "0.5.9"