1 { lib, buildDunePackage, fetchFromGitLab, iri, re, sedlex, uutf }:
7 src = fetchFromGitLab {
8 domain = "framagit.org";
12 sha256 = "sha256:0vwj0aayg60wm98d91fg3hmj90730liljy4cn8771dpxvz8m07bw";
15 propagatedBuildInputs = [ iri re sedlex uutf ];
18 description = "XML templating library for OCaml";
19 homepage = "https://www.good-eris.net/xtmpl/";
20 license = licenses.lgpl3;
21 maintainers = with maintainers; [ regnat ];