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" {>= "4.01"} 8 "ocamlfind" {build} 9] 10depopts: [ 11 "ssl" {>= "0.5.9"} 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.4/ocaml-cry-0.6.4.tar.gz" 27 checksum: [ 28 "md5=e4a5af88832a0b3045870baeabee58b5" 29 "sha512=443e83db0bf0e8342a67476ffb3729ff486283ec65e2872c186d32255ae5d1df71b5c860a1f4db2ee9222409a4bf539e4d4a64d48242f417d066bfc291d36b2d" 30 ] 31}