this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml client for the various icecast & shoutcast source protocols"
4description:
5 "The cry library is an implementation of the various icecast & shoutcast protocols to connect to streaming servers such as icecast"
6maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
7authors: ["Romain Beauxis <toots@rastageeks.org>"]
8license: "GPL-2.0-only"
9homepage: "https://github.com/savonet/ocaml-cry"
10bug-reports: "https://github.com/savonet/ocaml-cry/issues"
11depends: [
12 "ocaml" {>= "4.12.0"}
13 "dune" {>= "2.8"}
14 "base-bytes"
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/savonet/ocaml-cry.git"
32url {
33 src: "https://github.com/savonet/ocaml-cry/archive/refs/tags/v1.0.3.tar.gz"
34 checksum: [
35 "md5=456541e0120a8192920f0bc4137d7e63"
36 "sha512=c382b69c78e165456d77968f96487ef6cf8f58cad831cf7c60e869b85818856c050ef7d091aaeb32a97ac028ff66ff7f9171196d22645c4a2aa53a7b7587843e"
37 ]
38}