ocamlPackages.camlp4: set license (#516522)

This commit is contained in:
StepBroBD
2026-05-05 10:57:05 +00:00
committed by GitHub
@@ -153,5 +153,6 @@ else
description = "Software system for writing extensible parsers for programming languages";
homepage = "https://github.com/ocaml/camlp4";
platforms = ocaml.meta.platforms or [ ];
license = lib.licenses.WITH lib.licenses.lgpl2Only lib.licenses.ocamlLgplLinkingException;
};
}