this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Beauxis <toots@rastageeks.org>"
3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
4homepage: "https://github.com/savonet/ocaml-cry"
5bug-reports: "https://github.com/savonet/ocaml-cry/issues"
6depends: [
7 "ocaml"
8 "ocamlfind" {build}
9]
10depopts: [
11 "ssl"
12 "osx-secure-transport"
13]
14build: [
15 ["./bootstrap"] {dev}
16 ["./configure" "--prefix" prefix]
17 [make "clean"] {dev}
18 [make]
19]
20install: [make "install"]
21dev-repo: "git+https://github.com/savonet/ocaml-cry.git"
22synopsis:
23 "The cry library is an implementation of the shout protocol to connect to audio diffusion servers such as icecast"
24url {
25 src:
26 "https://github.com/savonet/ocaml-cry/releases/download/0.6.3/ocaml-cry-0.6.3.tar.gz"
27 checksum: [
28 "md5=5c8a451a71d46863e0c9f32d295729cf"
29 "sha512=054b182eabd6fbbe9c1e6844feb1215f8cf1c090febab89f14b44db6f2f8b7957cd7df418f2d3766ca0053a19c95769bab496e2e253b1a40a8f008ffcb0e8eba"
30 ]
31}