An open API service indexing awesome lists of open source software.

https://github.com/savonet/ocaml-cry

OCaml native module for icecast/shoutcast source protocol(s).
https://github.com/savonet/ocaml-cry

cry ocaml shoutcast

Last synced: 5 months ago
JSON representation

OCaml native module for icecast/shoutcast source protocol(s).

Awesome Lists containing this project

README

          

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:
============

```sh
dune build
```

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

Installation:
=============

Using [opam](http://opam.ocaml.org/):
```sh
opam install cry
```

Using `dune` and a local copy (dev only):
```sh
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.