- https://github.com/stuartsierra/component
- https://github.com/tolitius/mount
- https://github.com/weavejester/integrant
- https://github.com/donut-power/system Mixes code+config in same structure
- https://github.com/juxt/clip Mixes code+config in same structure
- https://github.com/kepler16/gx.cljc
- https://github.com/mccraigmccraig/clomponents Seems very naive, not sure this does dependency resolution
- https://github.com/redstarssystems/context Mixes code+config, dep loading is manual
- https://github.com/aroemers/mount-lite
- https://github.com/aroemers/redelay
- https://github.com/darkleaf/di
- https://github.com/ferdinand-beyer/init (somewhat between integrant and mount, uses annotations in metadata)
- https://github.com/kumarshantanu/dime
- https://github.com/strojure/fitter (doesn't fit here exactly)
- https://github.com/teknql/systemic
- https://github.com/dubiousdavid/system
- https://github.com/palletops/leaven
- https://github.com/vmarcinko/teuta
- https://github.com/walmartlabs/schematic
- https://github.com/danielsz/system Component implementations
- https://github.com/weavejester/suspendable Adds suspend/resume
- https://github.com/weavejester/integrant-repl Adds c.t.n support
- https://github.com/metosin/maailma Load/build config from multiple sources
- https://github.com/leonoel/injure No lifecycle management
- https://github.com/piotr-yuxuan/closeable-map Adds a .close method to maps
- https://github.com/funcool/recycle
- https://cljdoc.org/d/io.dominic/wedge/0.13.0/doc/readme Integrant/Clip integration library