_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


%default-message-language
Channel: guix
Location: guix/ui.scm (guix ui)
show-what-to-build*
Channel: guix
Location: guix/ui.scm (guix ui)
warn-about-load-error (file module args)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Report the failure to load FILE, a user-provided Scheme file, without exiting. ARGS is the list of arguments received by the 'throw' handler.

package->recutils (p port #:optional width #:key hyperlinks? extra-fields highlighting)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

current-message-language ()
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

size->number (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

package-relevance (package regexps)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a score denoting the relevance of PACKAGE for REGEXPS. A score of zero means that PACKAGE does not match any of REGEXPS.

call-with-error-handling (thunk)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Call THUNK within a user-friendly error handler.

display-generation (profile number)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Display a one-line summary of generation NUMBER of PROFILE.

run-guix args
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

with-error-handling
Channel: guix
Location: guix/ui.scm (guix ui)
with-profile-lock
Channel: guix
Location: guix/ui.scm (guix ui)
display-search-results (matches port #:key regexps command print)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

delete-generation* (store profile generation)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like 'delete-generation', but display what is going on.

package-specification->name+version+output (spec #:optional output)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:
Parse package specification SPEC and return three value: the specified package name, version number (or #f), and output name (or OUTPUT). SPEC may optionally contain a version number and an output name, as in these examples: guile guile@2.0.9 guile:debug guile@2.0.9:debug
matching-generations (str profile #:key duration-relation)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

%text-width
Channel: guix
Location: guix/ui.scm (guix ui)
show-what-to-build (store drv #:key dry-run? use-substitutes? verbosity mode)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

with-unbound-variable-handling
Channel: guix
Location: guix/ui.scm (guix ui)
fill-paragraph (str width #:optional column)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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-guix-command (command . args)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Run COMMAND with the given ARGS. Report an error when COMMAND is not found.

string->duration (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return the duration matching a pattern in STR. This function accepts the following patterns: "1d", "1w", "1m".

package-description-string (package)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a plain-text representation of PACKAGE description field.

string->number* (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like `string->number', but error out with an error message on failure.

Total public symbols: 86650