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

ecl-quicksearch 0.01.04-1.fb02ecf

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 ecl-quicksearch 0.01.04-1.fb02ecf as follows:

guix install ecl-quicksearch@0.01.04-1.fb02ecf

Or install the latest version:

guix install ecl-quicksearch

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.