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

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.


package-input-rewriting (replacements #:optional rewrite-name #:key deep? recursive?)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a procedure that, when passed a package, replaces its direct and indirect dependencies, including implicit inputs when DEEP? is true, according to REPLACEMENTS. REPLACEMENTS is a list of package pairs; the first element of each pair is the package to replace, and the second one is the replacement.

When RECURSIVE? is true, apply replacements to the right-hand sides of REPLACEMENTS as well, recursively.

Optionally, REWRITE-NAME is a one-argument procedure that takes the name of a package and returns its new name after rewrite.

content-hash
Channel: guix
Location: guix/packages.scm (guix packages)
package-native-search-paths
Channel: guix
Location: guix/packages.scm (guix packages)
package-properties
Channel: guix
Location: guix/packages.scm (guix packages)
package-direct-sources (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return all source origins associated with PACKAGE; including origins in PACKAGE's inputs and patches.

lookup-package-native-input (package name)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Look up NAME among PACKAGE's native inputs. Return it if found, #f otherwise.

prepend
Channel: guix
Location: guix/packages.scm (guix packages)
package-home-page
Channel: guix
Location: guix/packages.scm (guix packages)
&package-input-error
Channel: guix
Location: guix/packages.scm (guix packages)
package-error?
Channel: guix
Location: guix/packages.scm (guix packages)
guile-for-grafts ()
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the Guile package used to build grafting derivations.

package-cross-derivation
Channel: guix
Location: guix/packages.scm (guix packages)
package-upstream-name (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the upstream name of PACKAGE, which could be different from the name it has in Guix.

package-transitive-native-search-paths (package)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the list of search paths for PACKAGE and its propagated inputs, recursively.

package-replacement
Channel: guix
Location: guix/packages.scm (guix packages)
package-description
Channel: guix
Location: guix/packages.scm (guix packages)
package-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
acl->public-keys (acl)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return the public keys (as canonical sexps) listed in ACL with the '(guix import)' tag.

authorized-key? (key #:optional acl)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return #t if KEY (a canonical sexp) is an authorized public key for archive imports according to ACL.

valid-signature? (sig)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return #t if SIG is valid.

%acl-file
Channel: guix
Location: guix/pki.scm (guix pki)
%public-key-file
Channel: guix
Location: guix/pki.scm (guix pki)
public-keys->acl (keys)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return an ACL that lists all of KEYS with a '(guix import)' tag---meaning that all of KEYS are authorized for archive imports. Each element in KEYS must be a canonical sexp with type 'public-key'.

signature-subject (sig)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return the signer's public key for SIG.

Total public symbols: 88182