The library (vicare libraries) exports bindings to deal with the
libraries infrastructure of Vicare; this library is integrated
in the boot image. It is suggested to import it using the prefix
‘libs.’, as in
(import (prefix (vicare libraries) libs.))
| • libutils names: | Library name utilities. | |
| • libutils refs: | Library reference utilities. | |
| • libutils libraries: | Library objects. | |
| • libutils interning: | Interning libraries. | |
| • libutils expanding: | Expanding libraries from source. | |
| • libutils loading: | Loading libraries. | |
| • libutils locating: | Locating libraries. | |
| • libutils file-system: | Locating libraries on the file system. | |
| • libutils dynamic: | Dynamically loading Scheme libraries. | |
| • libutils compiling: | Compiling libraries. |