this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "OCaml client for the various icecast & shoutcast source protocols" 4description: 5 "The cry library is an implementation of the various icecast & shoutcast protocols to connect to streaming servers such as icecast" 6maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 7authors: ["Romain Beauxis <toots@rastageeks.org>"] 8license: "GPL-2.0-only" 9homepage: "https://github.com/savonet/ocaml-cry" 10bug-reports: "https://github.com/savonet/ocaml-cry/issues" 11depends: [ 12 "ocaml" {>= "4.12.0"} 13 "dune" {>= "2.8"} 14 "base-bytes" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/savonet/ocaml-cry.git" 32url { 33 src: "https://github.com/savonet/ocaml-cry/archive/refs/tags/v1.0.2.tar.gz" 34 checksum: [ 35 "md5=1d322779e77b2daba9514c8d41be3778" 36 "sha512=bfbd7e585f0a2e552b128a24094e1eb06281d3a332c143a1d6551ec005551add338668553df057346433f378416da7fe3e3289d21b8aa0244f15c509d8d8d0fa" 37 ] 38}