ocamlPackages.camlp4: set license

source: https://github.com/camlp4/camlp4/blob/trunk/LICENSE
This commit is contained in:
jopejoe1
2026-05-04 15:54:41 +02:00
parent 7bd05e48c4
commit 257f99c069
@@ -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;
};
}