Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fare/xcvb
eXtensible Component Verifier and Builder for Common-Lisp (mirrored from Common-Lisp.net) https://gitlab.common-lisp.net/xcvb/xcvb
https://github.com/fare/xcvb
Last synced: 17 days ago
JSON representation
eXtensible Component Verifier and Builder for Common-Lisp (mirrored from Common-Lisp.net) https://gitlab.common-lisp.net/xcvb/xcvb
- Host: GitHub
- URL: https://github.com/fare/xcvb
- Owner: fare
- License: mit
- Created: 2008-12-20T04:48:53.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T16:16:29.000Z (about 4 years ago)
- Last Synced: 2024-12-27T16:06:30.630Z (about 1 month ago)
- Language: Common Lisp
- Homepage: https://common-lisp.net/project/xcvb/
- Size: 3.84 MB
- Stars: 37
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change-detection.lisp
- License: LICENSE
Awesome Lists containing this project
README
# XCVB
eXtensible Component Verifier and Builder for Common-Lisp.
XCVB is a Common Lisp build system.
## Status
XCVB hasn't seen much development since 2012. It works, but it has not
reached its full potential.I don't intend to maintain XCVB anymore unless there is funding for it.
Considering the extremely conservative nature of the Common Lisp community,
an incremental evolution to do things with an ASDF 4 would be more likely
to succeed, too. See the ASDF TODO file for that.XCVB was originally written with ASDF 1, and it was meant to eventually
replace ASDF. Due to various circumstances, my efforts have shifted
towards developing ASDF itself, which has much evolved since those times.That said, if you're going to write a next generation build system in and/or
for Common Lisp, there is probably plenty of ideas and maybe even code to
salvage from XCVB and its own TODO.You may also consider
[my blog post](https://ngnghm.github.io/blog/2016/04/26/chapter-9-build-systems/)
on build systems.