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

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.


channel->code (channel #:key include-introduction?)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return code (an sexp) to build CHANNEL. When INCLUDE-INTRODUCTION? is true, include its introduction, if any.

guix-channel? (channel)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return true if CHANNEL is the 'guix' channel.

ensure-forward-channel-update (channel start commit relation)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Raise an error if RELATION is not 'ancestor, meaning that START is not an ancestor of COMMIT, unless CHANNEL specifies a commit.

This procedure implements a channel update policy meant to be used as a #:validate-pull argument.

profile-channels (profile)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return the list of channels corresponding to entries in PROFILE. If PROFILE is not a profile created by 'guix pull', return the empty list.

channel-instance-commit
Channel: guix
Location: guix/channels.scm (guix channels)
channel-news-entry-body
Channel: guix
Location: guix/channels.scm (guix channels)
channel-instance-checkout
Channel: guix
Location: guix/channels.scm (guix channels)
%default-channels
Channel: guix
Location: guix/channels.scm (guix channels)
channel-introduction?
Channel: guix
Location: guix/channels.scm (guix channels)
channel-news-entry-title
Channel: guix
Location: guix/channels.scm (guix channels)
resolve-dependencies (instances)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return a procedure that, given one of the elements of INSTANCES, returns list of instances it depends on, recursively.

channel-introduction
Channel: guix
Location: guix/channels.scm (guix channels)
channel?
Channel: guix
Location: guix/channels.scm (guix channels)
channel
Channel: guix
Location: guix/channels.scm (guix channels)
channel-news-entry-commit
Channel: guix
Location: guix/channels.scm (guix channels)
channel-reference (channel)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return the "reference" for CHANNEL, an sexp suitable for 'latest-repository-commit'.

checkout->channel-instance (checkout #:key commit url name)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return a channel instance for CHECKOUT, which is assumed to be a checkout of COMMIT at URL. Use NAME as the channel name.

channel-branch
Channel: guix
Location: guix/channels.scm (guix channels)
openpgp-fingerprint
Channel: guix
Location: guix/channels.scm (guix channels)
authenticate-channel (channel checkout commit #:key keyring-reference-prefix)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Authenticate the given COMMIT of CHANNEL, available at CHECKOUT, a directory containing a CHANNEL checkout. Raise an error if authentication fails.

channel-commit
Channel: guix
Location: guix/channels.scm (guix channels)
channel-instances->manifest (instances #:key system built-in-builders)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return a profile manifest with entries for all of INSTANCES, a list of channel instances. By default, build for the current system, or SYSTEM if specified. If BUILT-IN-BUILDERS is provided, it should be a list of strings and this will be used instead of the builtin builders provided by the build daemon for store connections used during this process.

channel-news-entry-tag
Channel: guix
Location: guix/channels.scm (guix channels)
channel-instance-dependencies (instance)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return the list of channels that are declared as dependencies for the given channel INSTANCE.

Total public symbols: 86650