1 { lib, buildDunePackage, fetchFromGitLab, sedlex, xtmpl }:
7 src = fetchFromGitLab {
8 domain = "framagit.org";
12 hash = "sha256-SaFFzp4FCjVLdMLH6mNIv3HzJbkXJ5Ojbku258LCfLI=";
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 ];