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.
Report the failure to load FILE, a user-provided Scheme file, without exiting. ARGS is the list of arguments received by the 'throw' handler.
Write to PORT a `recutils' record of package P, arranging to fit within WIDTH columns. EXTRA-FIELDS is a list of symbol/value pairs to emit. When HYPERLINKS? is true, emit hyperlink escape sequences when appropriate. Pass the synopsis and description through HIGHLIGHTING, a one-argument procedure that may return a colorized version of its argument.
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.
Convert STR, a storage measurement representation such as "1024" or "1MiB", to a number of bytes. Raise an error if STR could not be interpreted.
Return a score denoting the relevance of PACKAGE for REGEXPS. A score of zero means that PACKAGE does not match any of REGEXPS.
Call THUNK within a user-friendly error handler.
Display a one-line summary of generation NUMBER of PROFILE.
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.
Display MATCHES, a list of object/score pairs, by calling PRINT on each of them. If PORT is a terminal, print at most a full screen of results. REGEXPS is a list of regexps to highlight in search results.
Like 'delete-generation', but display what is going on.
Return the list of available generations matching a pattern in STR. See 'string->generations' and 'string->duration' for the list of valid patterns. When STR is a duration pattern, return all the generations whose ctime has DURATION-RELATION with the current time.
Show what will or would (depending on DRY-RUN?) be built in realizing the derivations listed in DRV using MODE, a 'build-mode' value. The elements of DRV can be either derivations or derivation inputs.
Return two values: a Boolean indicating whether there's something to build, and a Boolean indicating whether there's something to download.
When USE-SUBSTITUTES?, check and report what is prerequisites are available for download. VERBOSITY is an integer indicating the level of details to be shown: level 2 and higher provide all the details, level 1 shows a high-level summary, and level 0 shows nothing.
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.
Run COMMAND with the given ARGS. Report an error when COMMAND is not found.
Return the duration matching a pattern in STR. This function accepts the following patterns: "1d", "1w", "1m".
Return a plain-text representation of PACKAGE description field.
Like `string->number', but error out with an error message on failure.