Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Emit a warning if PACKAGE has an invalid 'home-page' field, or if that 'home-page' is not reachable.
Check whether PACKAGE's source code is archived on Software Heritage. If it's not, and if its source code is a VCS snapshot, then send a "save" request to Software Heritage.
Software Heritage imposes limits on the request rate per client IP address. This checker prints a notice and stops doing anything once that limit has been reached.
Check for known vulnerabilities for PACKAGE. Obtain the list of vulnerability records for PACKAGE by calling PACKAGE-VULNERABILITIES.
Return a memoizing version of PROC.
This is a generic version of 'mlambda' what works regardless of the arity of 'proc'. It is more expensive since the argument list is always allocated, and the result is returned via (apply values results).
Invalidate the memoization cache of PROC.
Return the closure of MODULES by reading 'define-module' forms in their source code. MODULES and the result are a list of Guile module names. Only modules that match SELECT? are considered.
Return the module name (a list of symbols) corresponding to FILE.
Return the closure of MODULES, determined by looking at live (loaded) module information. MODULES and the result are a list of Guile module names. Only modules that match SELECT? are considered.
Return the file name for MODULE.
Return the modules used by MODULE by looking at its source code.
Return true if NAME (a list of symbols) denotes a Guix module.
Push VALUE to the current state, which is assumed to be a list, and return the previous state as a monadic value.