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"
9homepage: "https://github.com/savonet/ocaml-cry"
10bug-reports: "https://github.com/savonet/ocaml-cry/issues"
11depends: [
12 ("ocaml" {< "5.0"} | "ocaml" {>= "5.0"} & "base-bytes")
13 "dune" {>= "2.8"}
14 "odoc" {with-doc}
15]
16depopts: ["ssl" "osx-secure-transport"]
17conflicts: [
18 "ssl" {< "0.5.9"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/savonet/ocaml-cry.git"
35url {
36 src: "https://github.com/savonet/ocaml-cry/archive/v0.6.6.tar.gz"
37 checksum: [
38 "md5=1a50d387f71f115ad27ef6fc4ee05898"
39 "sha512=07e2b76cf061b67fc6e822d6a05497cc3de06d7c9eeb3cf16c596486a9f452d6a77139928baa43c6aa5759fb851ba290f8189f0e7e9e093585f89df2715497ff"
40 ]
41}