cl-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
.
- Outputs:
out
- Website: https://github.com/tkych/quicksearch/
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cl-quicksearch 0.01.04-1.fb02ecf
as follows:
guix install cl-quicksearch@0.01.04-1.fb02ecf
Or install the latest version:
guix install cl-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.