Fork me on GitHub

Ultralisp is a quicklisp distribution, which updates every 5 minutes.

How to add my own project?

Add projects from Github

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 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 No version yet PREPARED
digikar99/specialized-array-dispatch No version yet PREPARED
ultralisp 20230329102001 18 hours 14 minutes ago
digikar99/specialized-array-dispatch 20230329102001 18 hours 14 minutes ago
digikar99/specialized-array-dispatch 20230329101500 18 hours 18 minutes ago
ultralisp 20230329101500 18 hours 18 minutes ago
digikar99/specialized-array-dispatch 20230329101000 18 hours 23 minutes ago
ultralisp 20230329101000 18 hours 24 minutes ago
ultralisp 20230329100500 18 hours 29 minutes ago
ultralisp 20230329080500 20 hours 29 minutes ago

Recently added projects

MauDagos/cl-jschema Common Lisp implementation of JSON Schema
hikettei/cl-waffe Deep Learning Framework for Common Lisp.
40ants/project-templates A bunch of Mystic templates to create CL library, web-project, API microservice and CLI command.
chee/kdlcl kdl reader/printer for common lisp
40ants/reblocks-websocket Websocket support for Reblocks framework
40ants/slynk Utilities to start SLYNK if needed and to track active connections.
borodust/anki-utils
shamazmazum/stateless-iterators Lua-like stateless iterators for Common Lisp
40ants/logging Functions to configure log4cl for different contexts: REPL, Backend, Command Line Application.
hikettei/cl-tqdm Simple and Fast ProgressBar Library for Common Lisp. (Reimplementation of cl-cram)