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

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.


manifest-entry-with-transformations (entry)
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Return ENTRY with an additional 'transformations' property if it's not already there.

show-bug-report-information ()
Channel: guix
Location: guix/ui.scm (guix ui)
show-version-and-exit (#:optional command)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Display version information for COMMAND and `(exit 0)'.

check-available-space (need #:optional directory)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Make sure at least NEED bytes are available in DIRECTORY. Otherwise emit a warning.

guix-main (arg0 . args)
Channel: guix
Location: guix/ui.scm (guix ui)
texi->plain-text (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a plain-text representation of texinfo fragment STR.

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

Convert NUM, an integer number of bytes, to a human readable string using common storage prefixes.

pager-wrapped-port (#:optional port)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

If PORT is a pipe to a pager created by 'with-paginated-output-port', return the underlying port. Otherwise return #f.

relevance (obj regexps metrics)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Compute a "relevance score" for OBJ as a function of its number of matches of REGEXPS and accordingly to METRICS. METRICS is list of field/weight pairs, where FIELD is a procedure that returns a string or list of strings describing OBJ, and WEIGHT is a positive integer denoting the weight of this field in the final score.

A score of zero means that OBJ does not match any of REGEXPS. The higher the score, the more relevant OBJ is to REGEXPS.

guard*
Channel: guix
Location: guix/ui.scm (guix ui)
show-derivation-outputs (derivation)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Show the output file names of DERIVATION, which can be a derivation or a derivation input.

show-manifest-transaction (store manifest transaction #:key dry-run?)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Display what will/would be installed/removed from MANIFEST by TRANSACTION.

switch-to-generation* (profile number)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like 'switch-to-generation', but display what is happening.

build-notifier (#:key dry-run? use-substitutes? verbosity)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

load* (file-or-port imports #:key on-error isolated?)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

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.

read/safe (port)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Read code (one or more sexps) from PORT, wrapping the sexps in a 'begin' form if needed, ensuring that reader extensions are all disabled to prevent arbitrary code execution.

make-regexp* (regexp . flags)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like 'make-regexp' but error out if REGEXP is invalid, reporting the error nicely.

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

Display the packages in PROFILE, generation NUMBER, in a human-readable way.

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

Return a version of STR where newlines have been replaced by newlines followed by "+ ", which makes for a valid multi-line field value in the `recutils' syntax.

make-user-module (modules)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return a new user module with the additional MODULES loaded.

display-profile-content-diff (profile gen1 gen2)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Display the changed packages in PROFILE GEN2 compared to generation GEN1.

leave-on-EPIPE
Channel: guix
Location: guix/ui.scm (guix ui)
display-hint (message #:key port . arguments)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Display MESSAGE, a l10n message possibly containing Texinfo markup and 'format' escape, to PORT. ARGUMENTS is a (possibly empty) list of strings or other objects that must match the 'format' escapes in MESSAGE.

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

Return a plain-text representation of PACKAGE synopsis field.

Total public symbols: 86650