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:

  • 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 and donate money to support further development:

    Grand sponsors will be listed at the bottom of this page and also this separate page together with gold sponsors. You can send me a link an logo of your company for the sponsor page.

Latest builds

Name Version Built-at
ultralisp 20260117012000 2 hours 6 minutes ago
ultralisp 20260116203000 6 hours 56 minutes ago
ultralisp 20260116082000 19 hours 6 minutes ago
ultralisp 20260116080500 19 hours 21 minutes ago
ultralisp 20260116062000 21 hours 6 minutes ago
ultralisp 20260116060500 21 hours 21 minutes ago
ultralisp 20260116053500 21 hours 51 minutes ago
  • Project borodust/claw was changed
    • commit 4e652a8… ➞ c1eba12…
ultralisp 20260116025000 1 day 37 minutes ago
ultralisp 20260116020500 1 day 1 hour ago

Recently added projects

davypough/wouldwork Wouldwork Quickloadable as a Package with Quicklisp
gwangjinkim/cl-readr Common Lisp version of R Tidyverse readr for reading/writing CSV and TSV files.
gwangjinkim/cl-stringr Common Lisp version of R Tidyverse stringr package for smooth handling of strings including string interpolations.
gwangjinkim/cl-lubridate Common Lisp version of R Tidyverse lubridate package for handling datetime smoothly.
gwangjinkim/cl-forcats Common Lisp version of R Tidyverse forcats - for handling with factors.
gwangjinkim/cl-tidyr Common Lisp version of R Tidyverse tidyR library for preprocessing of data frame data.
gwangjinkim/cl-dplyr Common Lisp equivalent of R's dplyr package from tidyverse for Data Scientists and data wranglers.
gwangjinkim/cl-tibble DataFrames (Tibble) for Common Lisp following R's Tidyverse Tibble's example.
gwangjinkim/cl-vctrs-lite Common Lisp equivalent for R vctrs package for handling of NA values and vectors.
gwangjinkim/cl-simple-xlsx No description.