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 | 20220526125000 | 53 minutes 30 seconds ago |
| ||
ultralisp | 20220526103500 | 3 hours 8 minutes ago |
| ||
ultralisp | 20220526095000 | 3 hours 53 minutes ago |
| ||
ultralisp | 20220526094000 | 4 hours 3 minutes ago |
| ||
ultralisp | 20220526093500 | 4 hours 8 minutes ago |
| ||
ultralisp | 20220526092500 | 4 hours 18 minutes ago |
| ||
ultralisp | 20220526092000 | 4 hours 23 minutes ago |
| ||
ultralisp | 20220526082500 | 5 hours 18 minutes ago |
| ||
ultralisp | 20220526081500 | 5 hours 28 minutes ago |
|
Recently added projects
em7/cl-morse | Morse code translation app/lib written in Common Lisp. |
yoshida2koji/xclhb-samples | xclhb samples |
yoshida2koji/xclhb | X Common Lisp Hobby Binding |
yoshida2koji/struct-plus | define a structure with accessors specific to defined structure |
digikar99/extensible-compound-types | |
shamazmazum/nibbles-streams | Binary streams with changeable element type and endianness |
pyramidi0n/webform-validate | A validation library for web form input. |
pyramidi0n/uri-parse | A fast, RFC-compliant URI validator and parser. |
pyramidi0n/trivial-us-ascii | A library for portable US-ASCII encoding and decoding. |
pyramidi0n/email-parse | A fast, RFC-compliant email address validator and parser. |