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

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.


bzr-reference-url
Channel: guix
Location: guix/bzr-download.scm (guix bzr-download)
bzr-reference?
Channel: guix
Location: guix/bzr-download.scm (guix bzr-download)
maybe-remove-expired-cache-entries (cache cache-entries #:key entry-expiration delete-entry cleanup-period)
Channel: guix
Location: guix/cache.scm (guix cache)
Documentation:

Remove expired narinfo entries from the cache if deemed necessary. Call CACHE-ENTRIES with CACHE to retrieve the list of cache entries.

ENTRY-EXPIRATION must be a procedure that, when passed an entry, returns the expiration time of that entry in seconds since the Epoch. DELETE-ENTRY is a procedure that removes the entry passed as an argument. Finally, CLEANUP-PERIOD denotes the minimum time between two cache cleanups.

remove-expired-cache-entries (entries #:key now entry-expiration delete-entry)
Channel: guix
Location: guix/cache.scm (guix cache)
Documentation:

Given ENTRIES, a list of file names, remove those whose expiration time, as returned by ENTRY-EXPIRATION, has passed. Use DELETE-ENTRY to delete them.

obsolete? (date now ttl)
Channel: guix
Location: guix/cache.scm (guix cache)
Documentation:

Return #t if DATE is obsolete compared to NOW + TTL seconds.

file-expiration-time (ttl #:optional timestamp)
Channel: guix
Location: guix/cache.scm (guix cache)
Documentation:

Return a procedure that, when passed a file, returns its "expiration time" computed as its timestamp + TTL seconds. Call TIMESTAMP to obtain the relevant timestamp from the result of 'stat'.

delete-file* (file)
Channel: guix
Location: guix/cache.scm (guix cache)
Documentation:

Like 'delete-file', but does not raise an error when FILE does not exist.

latest-channel-instances (store channels #:key current-channels authenticate? validate-pull verify-certificate?)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return a list of channel instances corresponding to the latest checkouts of CHANNELS and the channels on which they depend.

When AUTHENTICATE? is true, authenticate the subset of CHANNELS that has a "channel introduction".

When VERIFY-CERTIFICATE? is false, invalid X.509 host certificates are accepted.

CURRENT-CHANNELS is the list of currently used channels. It is compared against the newly-fetched instances of CHANNELS, and VALIDATE-PULL is called for each channel update and can choose to emit warnings or raise an error, depending on the policy it implements.

channel-instance-channel
Channel: guix
Location: guix/channels.scm (guix channels)
channel-instance?
Channel: guix
Location: guix/channels.scm (guix channels)
repository->guix-channel (directory #:key introduction)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Look for a Git repository in DIRECTORY or its ancestors and return a channel that uses that repository and the commit HEAD currently points to; use INTRODUCTION as the channel's introduction. Return #f if no Git repository could be found at DIRECTORY or one of its ancestors.

sexp->channel (sexp #:optional name)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Read SEXP, a provenance sexp as created by 'channel-instance->sexp'; use NAME as the channel name if SEXP does not specify it. Return #f if the sexp does not have the expected structure.

%default-guix-channel
Channel: guix
Location: guix/channels.scm (guix channels)
channel-news-for-commit (channel new #:optional old)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return a list of <channel-news-entry> for CHANNEL between commits OLD and NEW. When OLD is omitted or is #f, return all the news entries of CHANNEL.

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

Return the channel ENTRY corresponds to, or #f if that information is missing or unreadable. ENTRY must be an entry created by 'channel-instances->manifest', with the 'source' property.

channel-name
Channel: guix
Location: guix/channels.scm (guix channels)
channel-introduction-first-commit-signer
Channel: guix
Location: guix/channels.scm (guix channels)
%channel-profile-hooks
Channel: guix
Location: guix/channels.scm (guix channels)
channel-location
Channel: guix
Location: guix/channels.scm (guix channels)
channel-url
Channel: guix
Location: guix/channels.scm (guix channels)
channel-news-entry?
Channel: guix
Location: guix/channels.scm (guix channels)
channel-introduction-first-signed-commit
Channel: guix
Location: guix/channels.scm (guix channels)
channel-instance->sexp (instance)
Channel: guix
Location: guix/channels.scm (guix channels)
Documentation:

Return an sexp representation of INSTANCE, a channel instance.

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

Return the derivation of the profile containing INSTANCES, a list of channel instances, for SYSTEM. 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.

Total public symbols: 86650