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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Run the 'guix' command defined by command line ARGS. Unlike 'guix-main', this procedure assumes that locale, i18n support, and signal handling have already been set up.
Show the output file names of DERIVATION, which can be a derivation or a derivation input.
Run COMMAND with the given ARGS. Report an error when COMMAND is not found.
Return a procedure suitable for 'with-build-handler' that, when 'build-things' is called, invokes 'show-what-to-build' to display the build plan. When DRY-RUN? is true, the 'with-build-handler' form returns without any build happening.
Return a plain-text representation of PACKAGE synopsis field.
Report the failure to load FILE, a user-provided Scheme file, without exiting. ARGS is the list of arguments received by the 'throw' handler.
Like 'delete-generation', but display what is going on.
Read and evaluate STR and return the package it refers to, or exit an error.
Like 'make-regexp' but error out if REGEXP is invalid, reporting the error nicely.
Like 'roll-back', but display what is happening.
Load the user provided Scheme source code FILE-OR-PORT. When ISOLATED? is true, load FILE-OR-PORT in an isolated "sandbox" where only IMPORTS are available--see the documentation for (ice-9 sandbox) for what goes into IMPORTS.
Fill STR such that each line contains at most WIDTH characters, assuming that the first character is at COLUMN.
When STR contains a single line break surrounded by other characters, it is converted to a space; sequences of more than one line break are preserved.
Return STR with each newline preceded by INDENT spaces. When INITIAL-INDENT? is true, the first line is also indented.
Return a score denoting the relevance of PACKAGE for REGEXPS. A score of zero means that PACKAGE does not match any of REGEXPS.
Display version information for COMMAND and `(exit 0)'.
Return a plain-text representation of texinfo fragment STR.
Return the language used for messages according to the current locale. Return %DEFAULT-MESSAGE-LANGUAGE if that information could not be obtained. The result is an ISO-639-2 language code such as "ar", without the territory part.
Return an updater among UPDATERS that matches PACKAGE, or #f if none of them matches.