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: [ 15 "ocaml" 16 "ocamlfind" {build} 17] 18depopts: ["ssl" "osx-secure-transport"] 19bug-reports: "https://github.com/savonet/ocaml-cry/issues" 20dev-repo: "git+https://github.com/savonet/ocaml-cry.git" 21synopsis: 22 "The cry library is an implementation of the shout protocol to connect to audio diffusion servers such as icecast" 23flags: light-uninstall 24url { 25 src: 26 "https://github.com/savonet/ocaml-cry/releases/download/0.6.2/ocaml-cry-0.6.2.tar.gz" 27 checksum: [ 28 "sha256=2ea3ade8f5e2dfea5b772bd0261eafdff72d9e44908a2e8f5f3a99df4c187dee" 29 "md5=2f592b5ebda6e10e6efd612d80378c36" 30 ] 31}