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.
Return two values: the list of package path entries to be added to the package search path, and the list to be added to %LOAD-COMPILED-PATH. These entries are taken from the 'guix pull' profile the calling process lives in, when applicable.
Return ENTRY with an additional 'provenance' property if it's not already there.
Return the list of channels ENTRY comes from. Return the empty list if that information is missing.
Return the list of channels providing PACKAGE or an empty list if it could not be determined.
Return the creation date of the current profile (produced by 'guix pull'), as a number of seconds since the Epoch, or #f if it could not be determined.
Return the provenance of PACKAGE as an sexp for use as the 'provenance' property of manifest entries, or #f if it could not be determined.
Return the source property association list based on the info in LOC, a location object.
Return a location object based on the info in LOC, an alist as returned by Guile's `source-properties', `frame-source', `current-source-location', etc.
Return the <location> object for the given FILE, LINE, and COLUMN.
Return a human-friendly, GNU-standard representation of LOC.
Return a string corresponding to LOCATION, with escapes for a hyperlink.
Replace the file name in LOC by an absolute location.