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).
- Host: GitHub
- URL: https://github.com/savonet/ocaml-cry
- Owner: savonet
- License: gpl-2.0
- Created: 2011-12-27T06:20:21.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T16:41:14.000Z (over 1 year ago)
- Last Synced: 2025-03-30T14:51:09.166Z (6 months ago)
- Topics: cry, ocaml, shoutcast
- Language: OCaml
- Homepage: http://www.liquidsoap.info/ocaml-cry/
- Size: 774 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
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.