Fork me on GitHub
Ultralisp is a quicklisp distribution, which updates every 5 minutes.
How to add my own project?
Add projects from GitHub or other forgesHow 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 local 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 | 20231202211530 | 16 hours 30 minutes ago |
| ||
ultralisp | 20231202211056 | 16 hours 10 minutes ago |
| ||
ultralisp | 20231202205502 | 17 hours 21 minutes ago |
| ||
ultralisp | 20231202202019 | 16 hours 59 minutes ago |
| ||
ultralisp | 20231202200539 | 18 hours 11 minutes ago |
| ||
ultralisp | 20231202200058 | 17 hours 49 minutes ago |
| ||
ultralisp | 20231202193013 | 18 hours 33 minutes ago |
| ||
ultralisp | 20231202192001 | 18 hours 58 minutes ago |
| ||
ultralisp | 20231202132501 | 1 day 57 minutes ago |
| ||
ultralisp | 20231202111540 | 1 day 3 hours ago |
|
Recently added projects
kisp/simple-csp-solver | A simple CSP solver that uses backtracking on arbitrary lisp predicates. |
ruricolist/lisp-magick-wand | ImageMagick bindings (fork) |
Shinmera/machine-state | Retrieve machine state information about CPU time, memory usage, etc. |
Junker/fcm | Common Lisp Client for FCM - Firebase Cloud Messaging |
Junker/random-ua | Random User-Agent generator for Common Lisp |
Junker/ua-parser | User Agent Parser for Common Lisp |
Junker/gnotify | Common Lisp system to send desktop notifications |
Junker/gresolver | DNS client (resolver) for Common Lisp |
Junker/rssgen | RSS 2.0 generator for Common Lisp |
Junker/mobiledetect | Common Lisp system for detecting mobile devices (including tablets) in User-Agent strings |