Fork me on GitHub
Ultralisp is a quicklisp distribution, which updates every 5 minutes.
How to add my own project?
Add projects from GithubHow to use it?
Open your Lisp REPL and eval:
(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)
Or if you are using Qlot, put this line into the beginning of your qlfile:
dist ultralisp http://dist.ultralisp.org/
Or if you are using CLPM, put these lines into your clpmfile:
(:source "ultralisp" :url "https://clpi.ultralisp.org/" :type :clpi)
Roadmap
Plug in a real database to store projects' metadata and other information.Integration with the GitHub to add projects in one click.Automatic distribution's ChangeLog generation.- Support for project sources other than GitHub.
- Running tests for updated project and all dependent systems.
- Add your feature request at the Github.
How to help
Any help is appreciated. You can:
- Select an issue on the GitHub, assign yourself and send a pull request. Issues are marked as "good first issue", "medium" and "big story" to help you to select which impact do you want to make.
- Suggest your own ideas.
-
Become a sponsor on Patreon or Liberapay and donate money to support further development:
Gold sponsors will be listed at the bottom of this page, and grand sponsors on this separate page.
Latest builds
Name | Version | Built-at |
---|---|---|
ultralisp | 20230602061000 | 1 hour 43 minutes ago |
| ||
ultralisp | 20230602042500 | 3 hours 28 minutes ago |
| ||
ultralisp | 20230602021000 | 5 hours 43 minutes ago |
| ||
ultralisp | 20230601200000 | 11 hours 52 minutes ago |
| ||
ultralisp | 20230601184000 | 13 hours 13 minutes ago |
| ||
ultralisp | 20230601150501 | 16 hours 47 minutes ago |
| ||
ultralisp | 20230601145001 | 17 hours 3 minutes ago |
| ||
ultralisp | 20230601100001 | 21 hours 52 minutes ago |
| ||
ultralisp | 20230601075500 | 23 hours 58 minutes ago |
|
Recently added projects
ak-coram/cl-frugal-uuid | Common Lisp UUID library with zero dependencies |
40ants/reblocks-ui2 | Second version of UI toolkit for Reblocks – Common Lisp web-framework |
40ants/40ants-pg | Utilities to simplify use of Postgresql in my Common Lisp projects |
aartaka/cl-translit | Common Lisp library for Cyrillic->Latin and Latin->Cyrillic transliteration. |
jfrancis42/ipcalc-lisp | A Common Lisp library for manipulating and calculating IPv4 and IPv6 addresses. |
PuellaeMagicae/unix-in-lisp | |
kchanqvq/lwcells | Light Weight Cells |
kchanqvq/named-closure | Introspectable, readably-printable and redefinable closures |
kchanqvq/native-lazy-seq | |
bohonghuang/cliter | A simple closure-based iterator library for Common Lisp. |