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.1/ocaml-cry-0.6.1.tar.gz"
24 checksum: [
25 "sha256=342145e11246ff9d8c3a17316d8e9da12e2f18b988a49905015d3e3c4861ae55"
26 "md5=049153e5e4cb97bcc864095075ad2c06"
27 ]
28}