1 { lib, buildDunePackage, fetchFromGitHub }:
7 minimalOCamlVersion = "4.05";
9 src = fetchFromGitHub {
11 repo = "ocaml-dtools";
13 sha256 = "sha256-NLQkQx3ZgxU1zvaQjOi+38nSeX+zKCXW40zOxVNekZA=";
17 homepage = "https://github.com/savonet/ocaml-dtools";
18 description = "Library providing various helper functions to make daemons";
19 license = licenses.gpl2Plus;
20 maintainers = with maintainers; [ dandellion ];