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 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 20230929153501 4 hours 13 minutes ago
ultralisp 20230929145001 4 hours 58 minutes ago
ultralisp 20230929143501 5 hours 13 minutes ago
ultralisp 20230929143000 5 hours 18 minutes ago
ultralisp 20230929142001 5 hours 28 minutes ago
ultralisp 20230929140501 5 hours 43 minutes ago
ultralisp 20230929133000 6 hours 18 minutes ago
ultralisp 20230929132001 6 hours 28 minutes ago
ultralisp 20230929130501 6 hours 44 minutes ago

Recently added projects

Hectarea1996/adp-plain Extension to the ADP project.
s-expressionists/Incless A portable and extensible Common Lisp printer implementation
marcoheisig/numpy-file-format Read and write Numpy .npy and .npz files.
SahilKang/cl-rdkafka Common Lisp library for Kafka
tamurashingo/cl-synchronized mutex operation (like Java's synchronized) for CommonLisp
tamurashingo/clbatis-caveman2 clbatis-caveman2 integrates Cl-Batis seamlessly with Caveman2
tamurashingo/cl-dependencyinjection Dependency Injection macro for Common Lisp
tamurashingo/cl-zendesk Common Lisp Zendesk API Client
tamurashingo/lack-middleware-connection-pool CL-DBI Connection Pool for Lack
tamurashingo/lack-middleware-batis lack-middleware-batis integrates Cl-Batis seamlessly with Clack