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

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.


signature-sexp (data secret-key public-key)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return a SPKI-style sexp for the signature of DATA with SECRET-KEY that includes DATA, the actual signature value (with a 'sig-val' tag), and PUBLIC-KEY (see <http://theworld.com/~cme/spki.txt> for examples.)

%private-key-file
Channel: guix
Location: guix/pki.scm (guix pki)
%acl-file
Channel: guix
Location: guix/pki.scm (guix pki)
signature-subject (sig)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return the signer's public key for SIG.

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

Return #t if SIG is valid.

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

Return the signed data from SIG, typically an sexp such as (hash "sha256" #...#).

%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-case
Channel: guix
Location: guix/pki.scm (guix pki)
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.

platform-linux-architecture
Channel: guix
Location: guix/platform.scm (guix platform)
lookup-platform-by-system (system)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the platform corresponding to the given SYSTEM. Raise &PLATFORM-NOT-FOUND-ERROR when no platform could be found.

platform-target->system (target)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the system matching the given TARGET if it exists or false otherwise.

platform-target
Channel: guix
Location: guix/platform.scm (guix platform)
platform?
Channel: guix
Location: guix/platform.scm (guix platform)
&platform-not-found-error
Channel: guix
Location: guix/platform.scm (guix platform)
lookup-platform-by-target-or-system (target-or-system)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the platform corresponding to the given TARGET or SYSTEM. Raise &PLATFORM-NOT-FOUND-ERROR when no platform could be found.

platform-system->target (system)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the target matching the given SYSTEM if it exists or false otherwise.

platform-glibc-dynamic-linker
Channel: guix
Location: guix/platform.scm (guix platform)
platform-not-found-error?
Channel: guix
Location: guix/platform.scm (guix platform)
targets ()
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the list of supported targets.

mproc args
Channel: guix
Location: guix/platform.scm (guix platform)
lookup-platform-by-target (target)
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the platform corresponding to the given TARGET. Raise &PLATFORM-NOT-FOUND-ERROR when no platform could be found.

platform-modules ()
Channel: guix
Location: guix/platform.scm (guix platform)
Documentation:

Return the list of platform modules.

Total public symbols: 86650