11 buildDunePackage rec {
15 src = fetchFromGitHub {
17 repo = "ocaml-mustache";
19 sha256 = "19v8rk8d8lkfm2rmhdawfgadji6wa267ir5dprh4w9l1sfj8a1py";
22 nativeBuildInputs = [ menhir ];
23 buildInputs = [ ezjsonm ];
24 propagatedBuildInputs = [ menhirLib ];
27 checkInputs = [ ounit ];
30 description = "Mustache logic-less templates in OCaml";
31 license = lib.licenses.mit;
32 maintainers = [ lib.maintainers.vbgl ];
33 inherit (src.meta) homepage;