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 | 20230202004501 | 1 hour 3 minutes ago |
| ||
ultralisp | 20230202003500 | 1 hour 14 minutes ago |
| ||
ultralisp | 20230201160500 | 9 hours 44 minutes ago |
| ||
ultralisp | 20230201130500 | 12 hours 44 minutes ago |
| ||
ultralisp | 20230201105001 | 14 hours 59 minutes ago |
| ||
ultralisp | 20230201093000 | 16 hours 19 minutes ago |
| ||
ultralisp | 20230201072001 | 18 hours 29 minutes ago |
| ||
ultralisp | 20230201070501 | 18 hours 44 minutes ago |
| ||
ultralisp | 20230201015000 | 23 hours 59 minutes ago |
|
Recently added projects
cl-boost/json | JSON encoding and decoding for Common Lisp |
massung/lexer | A lexing package for Common Lisp |
cxxxr/jsonrpc | JSON-RPC 2.0 server/client for Common Lisp. |
hemml/symath | A simple symbolic math package for Common Lisp |
hemml/OMGlib | A Common Lisp library to build fully dynamic web interfaces |
Hectarea1996/clith | Common Lisp wITH macro. |
Hectarea1996/common-vulkan | Common Lisp bindings for the vulkan library. |
Hectarea1996/cl-glfw | Common Lisp bindings for the GLFW library. |
Hectarea1996/more-cffi | Additional helper macros for the cffi project |
shamazmazum/yaft | Yet another FFT library for Common Lisp |