11 minimalOCamlVersion = "4.03";
13 src = fetchFromGitHub {
15 repo = "ocaml-syslog";
17 hash = "sha256-WybNZBPhv4fhjzzb95E+6ZHcZUnfROLlNF3PMBGO9ys=";
21 homepage = "https://github.com/geneanet/ocaml-syslog";
22 description = "Simple wrapper to access the system logger from OCaml";
23 license = licenses.lgpl21Plus;
24 maintainers = [ maintainers.rixed ];