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 | 20220812014000 | 38 minutes 44 seconds ago |
| ||
digikar99/specialized-array-dispatch | 20220811174501 | 8 hours 36 minutes ago |
| ||
digikar99/specialized-array-dispatch | 20220811140000 | 12 hours 21 minutes ago |
| ||
ultralisp | 20220811234000 | 2 hours 38 minutes ago |
| ||
ultralisp | 20220811075501 | 18 hours 23 minutes ago |
| ||
ultralisp | 20220811044500 | 21 hours 33 minutes ago |
| ||
ultralisp | 20220811024000 | 23 hours 38 minutes ago |
| ||
ultralisp | 20220810181000 | 1 day 8 hours ago |
|
Recently added projects
40ants/40ants-asdf-system | Provides a class for being used instead of asdf:package-inferred-system in 40ANT systems |
veer66/stream-par-procs | Stream parallel processors for Common Lisp |
shamazmazum/simpsons-rule | Numeric integration in Common Lisp using Simpson's rule |
atlas-engineer/ndebug | A Common Lisp toolkit to construct interface-aware yet standard-compliant debugger hooks |
atlas-engineer/ospm | OS package manager interface |
veer66/utf8-input-stream | A UTF-8 string input stream over a binary stream for Common Lisp |
eigenhombre/hbook | Text-based histograms in Common Lisp inspired by CERN's FORTRAN histograming library, HBOOK. |
mikelevins/taps | A library of conveniences for working with the Common Lisp SERIES package |
eigenhombre/cl-oju | Some Clojure-ish thingies for Common Lisp |
kilianmh/stacks-api |