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"
5build: [
6 ["./configure" "--prefix" prefix]
7 [make]
8]
9install: [
10 [make "install"]
11]
12remove: ["ocamlfind" "remove" "cry"]
13conflicts: ["liquidsoap" {<= "1.2.1"}]
14depends: ["ocaml" "ocamlfind"]
15depopts: ["ssl" "osx-secure-transport"]
16bug-reports: "https://github.com/savonet/ocaml-cry/issues"
17dev-repo: "git+https://github.com/savonet/ocaml-cry.git"
18synopsis:
19 "The cry library is an implementation of the shout protocol to connect to audio diffusion servers such as icecast"
20flags: light-uninstall
21url {
22 src:
23 "https://github.com/savonet/ocaml-cry/releases/download/0.6.0/ocaml-cry-0.6.0.tar.gz"
24 checksum: [
25 "sha256=4093e42433a90084dc67380a67c9a57ce8cfb96e4c164082c5d664262d230f65"
26 "md5=fa849023c1e0aeaddbc70de8c5af795a"
27 ]
28}