13 src = fetchFromGitLab {
14 domain = "framagit.org";
18 hash = "sha256-SaFFzp4FCjVLdMLH6mNIv3HzJbkXJ5Ojbku258LCfLI=";
21 propagatedBuildInputs = [
27 description = "OCaml library for syntax highlighting";
28 inherit (src.meta) homepage;
29 license = licenses.lgpl3;
30 maintainers = with maintainers; [ regnat ];