1 { lib, buildDunePackage, fetchFromGitHub
2 , cohttp, dispatch, ptime
11 minimalOCamlVersion = "4.03";
13 src = fetchFromGitHub {
14 owner = "inhabitedtype";
15 repo = "ocaml-webmachine";
17 sha256 = "03ynb1l2jjqba88m9r8m5hwlm8izpfp617r4vcab5kmdim1l2ffx";
20 propagatedBuildInputs = [ cohttp dispatch ptime ];
22 checkInputs = [ ounit ];
27 homepage = "https://github.com/inhabitedtype/ocaml-webmachine";
28 license = lib.licenses.bsd3;
29 description = "A REST toolkit for OCaml";
30 maintainers = [ lib.maintainers.vbgl ];