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 20240319023500 5 hours 16 minutes ago
  • Project slime/slime was changed
    • commit 864ed29… ➞ f62f631…
ultralisp 20240319004501 7 hours 6 minutes ago
ultralisp 20240318204000 11 hours 11 minutes ago
ultralisp 20240318163500 15 hours 16 minutes ago
ultralisp 20240318135500 17 hours 57 minutes ago
ultralisp 20240318100001 21 hours 51 minutes ago
ultralisp 20240318090500 22 hours 46 minutes ago
ultralisp 20240318034001 1 day 4 hours ago
  • Project CL98K/wolffy was changed
    • commit d6325d6… ➞ 2e4573c…
ultralisp 20240318033501 1 day 4 hours ago

Recently added projects

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
veer66/devanagari-to-thai No description.
devanagari-to-thai/NIL No description.
MarceColl/rekishi An integrated CVS and development environment for Common Lisp
MarceColl/chobun An HTML toolkit for common lisp
MarceColl/bedrock Misc common lisp utilities