1 { lib, buildDunePackage, fetchFromGitLab
2 , fmt, lwt_ppx, menhir, ocf_ppx, ppx_blob, xtmpl_ppx
3 , dune-build-info, dune-site, higlo, logs, lwt, ocf, ptime, uri, uutf, xtmpl
9 minimalOCamlVersion = "4.13";
10 src = fetchFromGitLab {
11 domain = "framagit.org";
15 hash = "sha256-hMb6D6VSq2o2NjycwxZt3mZKy1FR+3afEwbOmTc991g=";
18 nativeBuildInputs = [ menhir ];
19 buildInputs = [ fmt lwt_ppx ocf_ppx ppx_blob xtmpl_ppx ];
20 propagatedBuildInputs = [
35 description = "XML documents and web site compiler";
36 homepage = "https://www.good-eris.net/stog";
37 license = licenses.lgpl3;
38 maintainers = with maintainers; [ regnat ];