1 { lib, buildDunePackage, fetchFromGitLab, sedlex, xtmpl }:
7 src = fetchFromGitLab {
8 domain = "framagit.org";
12 sha256 = "sha256:09hsbwy5asacgh4gdj0vjpy4kzfnq3qji9szbsbyswsf1nbyczir";
15 propagatedBuildInputs = [ sedlex xtmpl ];
18 description = "OCaml library for syntax highlighting";
19 inherit (src.meta) homepage;
20 license = licenses.lgpl3;
21 maintainers = with maintainers; [ regnat ];