Next: scheme library form export, Previous: scheme library form decl, Up: scheme library form [Index]
A ?library-name uniquely identifies a library within an
implementation, and is globally visible in the import
clauses of
all other libraries within an implementation. A ?library-name has
the following form:
(?identifier1 ?identifier2 … ?version)
where ?version is empty or has the following form:
(?sub-version …)
Each ?sub-version must represent an exact nonnegative integer
object. An empty ?version is equivalent to ()
.