package cry

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.3.tar.gz
md5=456541e0120a8192920f0bc4137d7e63
sha512=c382b69c78e165456d77968f96487ef6cf8f58cad831cf7c60e869b85818856c050ef7d091aaeb32a97ac028ff66ff7f9171196d22645c4a2aa53a7b7587843e

Description

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

Published: 19 Mar 2024

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 (3)

  1. base-bytes
  2. dune >= "2.8"
  3. ocaml >= "4.12.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. liquidsoap-core >= "2.2.4"

Conflicts

None