~ chicken-core (chicken-5) 64446adf5d9aa7294fb0cfa6571314f498c52a8d
commit 64446adf5d9aa7294fb0cfa6571314f498c52a8d Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Jun 19 22:24:22 2018 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Jun 19 22:24:22 2018 +0200 manual: documented "modules" egg property diff --git a/manual/Egg specification format b/manual/Egg specification format index fe23933d..4602515d 100644 --- a/manual/Egg specification format +++ b/manual/Egg specification format @@ -330,6 +330,14 @@ locations, which are: Specifies source files for this component and only applies to components of type {{data}}, {{c-include}} and {{scheme-include}}. +==== modules + +[egg property] (modules NAME ...) + +Specifies modules that the component (usually an extension) contains. +{{chicken-install}} will compile and install all import libraries for the given modules. +If this property is not given, then it is assumed that the extension has a single +module of the same name as the component. ---Trap