this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25519 from toots/opam-publish-cry.1.0.3

Package cry.1.0.3

authored by

Marcello Seri and committed by
GitHub
3800775f 7563ab7b

+38
+38
packages/cry/cry.1.0.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "OCaml client for the various icecast & shoutcast source protocols" 4 + description: 5 + "The cry library is an implementation of the various icecast & shoutcast protocols to connect to streaming servers such as icecast" 6 + maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 7 + authors: ["Romain Beauxis <toots@rastageeks.org>"] 8 + license: "GPL-2.0-only" 9 + homepage: "https://github.com/savonet/ocaml-cry" 10 + bug-reports: "https://github.com/savonet/ocaml-cry/issues" 11 + depends: [ 12 + "ocaml" {>= "4.12.0"} 13 + "dune" {>= "2.8"} 14 + "base-bytes" 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/savonet/ocaml-cry.git" 32 + url { 33 + src: "https://github.com/savonet/ocaml-cry/archive/refs/tags/v1.0.3.tar.gz" 34 + checksum: [ 35 + "md5=456541e0120a8192920f0bc4137d7e63" 36 + "sha512=c382b69c78e165456d77968f96487ef6cf8f58cad831cf7c60e869b85818856c050ef7d091aaeb32a97ac028ff66ff7f9171196d22645c4a2aa53a7b7587843e" 37 + ] 38 + }