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 forges

How 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:

Latest builds

Name Version Built-at
ultralisp 20240329082500 2 hours 32 minutes ago

And more...

ultralisp 20240329082000 2 hours 37 minutes ago
digikar99/specialized-array-dispatch 20240329075000 3 hours 7 minutes ago
ultralisp 20240329075000 3 hours 7 minutes ago
ultralisp 20240329074500 3 hours 12 minutes ago
digikar99/specialized-array-dispatch 20240329074500 3 hours 12 minutes ago
digikar99/specialized-array-dispatch 20240328180001 17 hours 1 minute ago
ultralisp 20240328180001 16 hours 57 minutes ago

Recently added projects

dsorokin/reclet A recursive LET for Common Lisp
dsorokin/binary-tree An immutable binary tree for Common Lisp
dsorokin/observable Events and observable objects for Common Lisp
awolven/cl-gpt A client for OpenAI's GPT models in Common Lisp
digikar99/alternate-asdf-system-connections a not too rich person's ASDF system interconnection facility
40ants/scrapycl The web scraping framework for writing crawlers in Common Lisp.
mmontone/webinfo A documentation server based on TexInfo, for Web and Desktop.
mmontone/cl-livedocs Live web documentation browser for Common Lisp. Based on Webinfo project.
moneylobster/cl-text-plot Plot with text in Common Lisp
simendsjo/sijo-version Construct pre-release and build metadata for your semvers