1 { lib, buildDunePackage, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-ea6f2xTVmYekPmzAKasA9mNG4Voxw2MCkfZ9LB9gwbo=";
15 substituteInPlace src/dune --replace-warn bytes ""
18 minimalOCamlVersion = "4.12";
21 homepage = "https://github.com/savonet/ocaml-cry";
22 description = "OCaml client for the various icecast & shoutcast source protocols";
23 license = licenses.gpl2Plus;
24 maintainers = with maintainers; [ dandellion ];