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 "dune" {>= "2.8"}
13 "ocaml" {>= "4.12.0"}
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.0.tar.gz"
34 checksum: [
35 "md5=99f6313f769d3d905f44e8ffcefdd16b"
36 "sha512=d184522630d5b0949ef88cd12a1d853482d04cdd823d8028864203c4e9fee413423d05853710841914411b15b5bcfc59c275f48c074879743972044af939e22c"
37 ]
38}