this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml client for the various icecast & shoutcast source protocols" 3description: 4 "The cry library is an implementation of the various icecast & shoutcast protocols to connect to streaming servers such as icecast" 5maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6authors: ["Romain Beauxis <toots@rastageeks.org>"] 7license: "GPL-2.0-only" 8homepage: "https://github.com/savonet/ocaml-cry" 9bug-reports: "https://github.com/savonet/ocaml-cry/issues" 10depends: [ 11 ("ocaml" {< "5.0"} | "ocaml" {>= "5.0"} & "base-bytes") 12 "dune" {> "2.0"} 13] 14depopts: [ 15 "ssl" 16 "osx-secure-transport" 17] 18conflicts: [ 19 "ssl" {< "0.5.9"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/savonet/ocaml-cry.git" 36url { 37 src: "https://github.com/savonet/ocaml-cry/archive/0.6.5.tar.gz" 38 checksum: [ 39 "md5=cc8e4ef86401e76960f2447d9bac68ef" 40 "sha512=43de3513ee2a0f5e5ad496f48137519de270f836081870b48768e45146a4aab84ad7a0781eac56f7b69ce8724a7fd49e7f9fd9d2d771f133aeef2db96d7254af" 41 ] 42}