Language

Package: ecl-modularize @ 1.0.0-1.86c5d9a

Synopsis

Common Lisp modularization framework

Description

MODULARIZE is an attempt at providing a common interface to segregate major application components. This is achieved by adding special treatment to packages. Each module is a package that is specially registered, which allows it to interact and co-exist with other modules in better ways. For instance, by adding module definition options you can introduce mechanisms to tie modules together in functionality, hook into each other and so on.

Home page
https://shinmera.github.io/modularize/
Location
gnu/packages/lisp-xyz.scm (line: 10717, column: 4)
License

Lint warnings

LinterMessageLocation
No lint warnings