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

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.


vulnerability-id
Channel: guix
Location: guix/cve.scm (guix cve)
cve-item?
Channel: guix
Location: guix/cve.scm (guix cve)
vulnerability?
Channel: guix
Location: guix/cve.scm (guix cve)
current-vulnerabilities (#:key timeout)
Channel: guix
Location: guix/cve.scm (guix cve)
Documentation:

Return the current list of Common Vulnerabilities and Exposures (CVE) as published by the US NIST. TIMEOUT specifies the timeout in seconds for connection establishment.

cvs-reference?
Channel: guix
Location: guix/cvs-download.scm (guix cvs-download)
cvs-fetch (ref hash-algo hash #:optional name #:key system guile cvs)
Channel: guix
Location: guix/cvs-download.scm (guix cvs-download)
Documentation:

Return a fixed-output derivation that fetches REF, a <cvs-reference> object. The output is expected to have recursive hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f.

cvs-reference-root-directory
Channel: guix
Location: guix/cvs-download.scm (guix cvs-download)
cvs-reference-revision
Channel: guix
Location: guix/cvs-download.scm (guix cvs-download)
cvs-reference-module
Channel: guix
Location: guix/cvs-download.scm (guix cvs-download)
cvs-reference
Channel: guix
Location: guix/cvs-download.scm (guix cvs-download)
define-deprecated/public-alias
Channel: guix
Location: guix/deprecation.scm (guix deprecation)
define-deprecated/alias
Channel: guix
Location: guix/deprecation.scm (guix deprecation)
define-deprecated/public
Channel: guix
Location: guix/deprecation.scm (guix deprecation)
define-deprecated
Channel: guix
Location: guix/deprecation.scm (guix deprecation)
warn-about-deprecation (variable properties #:key replacement)
Channel: guix
Location: guix/deprecation.scm (guix deprecation)
warn-about-old-daemon ()
Channel: guix
Location: guix/deprecation.scm (guix deprecation)
built-derivations
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-output-hash
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-output-hash-algo
Channel: guix
Location: guix/derivations.scm (guix derivations)
write-derivation (drv port)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Write the ATerm-like serialization of DRV to PORT. See Section 2.4 of Eelco Dolstra's PhD dissertation for an overview of a previous version of that form.

mproc (path file)
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-path->output-path
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Read the derivation from PATH (`/gnu/store/xxx.drv'), and return the store path of its output OUTPUT.

substitutable-derivation? (drv)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return #t if DRV can be substituted.

offloadable-derivation? (drv)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return true if DRV can be offloaded, false otherwise.

Total public symbols: 86650