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

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-file (package #:optional file #:key system output target)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return as a monadic value the absolute file name of FILE within the OUTPUT directory of PACKAGE. When FILE is omitted, return the name of the OUTPUT directory of PACKAGE. When TARGET is true, use it as a cross-compilation target triplet.

Note that this procedure does _not_ build PACKAGE. Thus, the result might or might not designate an existing file. We recommend not using this procedure unless you know what you are doing.

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.

%64bit-supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
package-search-paths
Channel: guix
Location: guix/packages.scm (guix packages)
package-output (store package #:optional output system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the output path of PACKAGE's OUTPUT for SYSTEM---where OUTPUT is the symbolic output name, such as "out". Note that this procedure calls `package-derivation', which is costly.

origin-patch-inputs
Channel: guix
Location: guix/packages.scm (guix packages)
package-with-c-toolchain (package toolchain)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return a variant of PACKAGE that uses TOOLCHAIN instead of the default GNU C/C++ toolchain. TOOLCHAIN must be a list of inputs (label/package tuples) providing equivalent functionality, such as the 'gcc-toolchain' package.

base32
Channel: guix
Location: guix/packages.scm (guix packages)
unsupported-cross-compilation-target-error?
Channel: guix
Location: guix/packages.scm (guix packages)
replace
Channel: guix
Location: guix/packages.scm (guix packages)
package-with-patches (original patches)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return package ORIGINAL with PATCHES applied.

%supported-systems
Channel: guix
Location: guix/packages.scm (guix packages)
%current-system
Channel: guix
Location: guix/packages.scm (guix packages)
%hurd-systems
Channel: guix
Location: guix/packages.scm (guix packages)
package-error-invalid-input
Channel: guix
Location: guix/packages.scm (guix packages)
default-guile ()
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

Return the default Guile package used to run the build code of derivations.

%current-target-system
Channel: guix
Location: guix/packages.scm (guix packages)
package-error-package
Channel: guix
Location: guix/packages.scm (guix packages)
set-guile-for-build (guile #:optional system)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

This monadic procedure changes the Guile currently used to run the build code of derivations to GUILE, a package object, compiled for SYSTEM.

package-full-name (package #:optional delimiter)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:
Return the full name of PACKAGE--i.e., `NAME@VERSION'. By specifying DELIMITER (a string), you can customize what will appear between the name and the version. By default, DELIMITER is "@".
lookup-package-propagated-input (package name)
Channel: guix
Location: guix/packages.scm (guix packages)
Documentation:

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

write-acl (acl port)
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Write ACL to PORT in canonical-sexp format.

current-acl ()
Channel: guix
Location: guix/pki.scm (guix pki)
Documentation:

Return the current ACL.

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.

Total public symbols: 86650