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.1.tar.gz"
34 checksum: [
35 "md5=26933cd7938462167574ca5a60587443"
36 "sha512=34e8fe3dc9fe61f3a20e84940e9cc23d2a936717ae410b04d26e75ac655e2d7c5b20f549dd706ef0594f448680bd63d9a3cc68e95d5ac82b067b82bd96ce68ec"
37 ]
38}