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

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.


spdx-string->license (str)
Channel: guix
Location: guix/import/utils.scm (guix import utils)
Documentation:

Convert STR, an SPDX license identifier (possibly with a postfix + operator), to a symbol like 'license:gpl3+ giving the prefixed name of a license object exported from (guix licenses). Return #f if STR does not match any known SPDX license identifiers. Per the SPDX specification, license identifiers are compared case-insensitively.

snake-case (str)
Channel: guix
Location: guix/import/utils.scm (guix import utils)
Documentation:

Return a downcased version of the string STR where underscores and periods are replaced with dashes.

port->inferior (pipe #:optional close)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Given PIPE, an input/output port, return an inferior that talks over PIPE. PIPE is closed with CLOSE when 'close-inferior' is called on the returned inferior.

inferior-package-synopsis (package #:key translate?)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the Texinfo synopsis of PACKAGE, an inferior package. When TRANSLATE? is true, translate it to the current locale's language.

inferior-package-transitive-propagated-inputs (t-f7bdf8847bdd73-2486)
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-eval-with-store (inferior store code)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Evaluate CODE in INFERIOR, passing it STORE as its argument. CODE must thus be the code of a one-argument procedure that accepts a store.

inferior-exception?
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-eval (exp inferior)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Evaluate EXP in INFERIOR.

lookup-inferior-packages (inferior name #:optional version)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the sorted list of inferior packages matching NAME in INFERIOR, with highest version numbers first. If VERSION is true, return only packages with a version number prefixed by VERSION.

inferior-package-location (package)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the source code location of PACKAGE, either #f or a <location> record.

inferior-packages (inferior)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the list of packages known to INFERIOR.

inferior-exception-arguments
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-exception-stack
Channel: guix
Location: guix/inferior.scm (guix inferior)
gexp->derivation-in-inferior (name exp guix #:key silent-failure? . rest)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return a derivation that evaluates EXP with GUIX, an instance of Guix as returned for example by 'channel-instances->derivation'. Other arguments are passed as-is to 'gexp->derivation'.

When SILENT-FAILURE? is true, create an empty output directory instead of failing when GUIX is too old and lacks the 'guix repl' command.

inferior-package->manifest-entry (package #:optional output #:key properties)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return a manifest entry for the OUTPUT of package PACKAGE.

inferior-for-channels (channels #:key cache-directory ttl)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return an inferior for CHANNELS, a list of channels. Use the cache at CACHE-DIRECTORY, where entries can be reclaimed after TTL seconds. This procedure opens a new connection to the build daemon.

This is a convenience procedure that people may use in manifests passed to 'guix package -m', for instance.

inferior-available-packages (inferior)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the list of name/version pairs corresponding to the set of packages available in INFERIOR.

This is faster and less resource-intensive than calling 'inferior-packages'.

cached-channel-instance (store channels #:key authenticate? cache-directory ttl reference-channels validate-channels verify-certificate?)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return a directory containing a guix filetree defined by CHANNELS, a list of channels. The directory is a subdirectory of CACHE-DIRECTORY, where entries can be reclaimed after TTL seconds. This procedure opens a new connection to the build daemon. AUTHENTICATE? determines whether CHANNELS are authenticated.

VALIDATE-CHANNELS must be a four-argument procedure used to validate channel instances against REFERENCE-CHANNELS; it is passed as #:validate-pull to 'latest-channel-instances' and should raise an exception in case a target channel commit is deemed "invalid".

When VERIFY-CERTIFICATE? is true, raise an error when encountering an invalid X.509 host certificate; otherwise, warn about the problem and keep going.

inferior-package-replacement (package)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the replacement for PACKAGE. This will either be an inferior package, or #f.

inferior-package-native-inputs (t-f7bdf8847bdd73-247a)
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package-home-page (package)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the home page of PACKAGE.

inferior-package-transitive-native-search-paths (t-f7bdf8847bdd73-249f)
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-protocol-error-inferior
Channel: guix
Location: guix/inferior.scm (guix inferior)
inferior-package-description (package #:key translate?)
Channel: guix
Location: guix/inferior.scm (guix inferior)
Documentation:

Return the Texinfo description of PACKAGE, an inferior package. When TRANSLATE? is true, translate it to the current locale's language.

Total public symbols: 86650