This package browser is in early development. Mind the rough edges.

ecl-quicksearch

Search Engine Interface for Common Lisp packages

Quicksearch is a search-engine-interface for Common Lisp. The goal of Quicksearch is to find the Common Lisp library quickly. For example, if you will find the library about json, just type (qs:? 'json) at REPL.

The function quicksearch searches for Common Lisp projects in Quicklisp, Cliki, GitHub and BitBucket, then outputs results in REPL. The function ? is abbreviation wrapper for quicksearch.

Installation

Install the latest version of ecl-quicksearch as follows:

guix install ecl-quicksearch

Or install a particular version:

guix install ecl-quicksearch@0.01.04-1.fb02ecf

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.