ocamlPackages.ocamlmod: set license

source: https://github.com/gildor478/ocamlmod/blob/master/COPYING.txt
This commit is contained in:
jopejoe1
2026-05-04 16:00:11 +02:00
parent 7bd05e48c4
commit e11ffa6c60
@@ -26,5 +26,6 @@ buildDunePackage (finalAttrs: {
homepage = "https://github.com/gildor478/ocamlmod";
description = "Generate OCaml modules from source files";
mainProgram = "ocamlmod";
license = lib.licenses.WITH lib.licenses.lgpl21Only lib.licenses.ocamlLgplLinkingException;
};
})