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.7.tar.gz"
37 checksum: [
38 "md5=03089949f9ffaeb8d26f71a2b3b78eed"
39 "sha512=01ebc48f5af4b319155ffcdc12205d7934e5c924653ee223b266463719865884aa0a0933b7d1ae9c4faea6aa0336a3d041ba1a5a04dbec17c2b4151d1969be4a"
40 ]
41}