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

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.


with-derivation-substitute
Channel: guix
Location: guix/tests.scm (guix tests)
shebang-too-long? ()
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return true if the typical shebang in the current store would exceed Linux's static limit---the BINPRM_BUF_SIZE constant, normally 128 characters all included.

test-assertm
Channel: guix
Location: guix/tests.scm (guix tests)
%substitute-directory
Channel: guix
Location: guix/tests.scm (guix tests)
with-derivation-narinfo
Channel: guix
Location: guix/tests.scm (guix tests)
canonical-file? (file)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return #t if FILE is in the store, is read-only, and its mtime is 1.

test-file (store name content)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Create a simple file in STORE with CONTENT (a string), compressed according to its file name extension. Return both its file name and its hash.

open-connection-for-tests (#:optional uri)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Open a connection to the build daemon for tests purposes and return it.

file=? (a b #:optional stat)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return true if files A and B have the same type and same content. Call STAT to obtain file metadata.

with-environment-variable
Channel: guix
Location: guix/tests.scm (guix tests)
mock
Channel: guix
Location: guix/tests.scm (guix tests)
%test-substitute-urls
Channel: guix
Location: guix/tests.scm (guix tests)
%tests-build-timeout
Channel: guix
Location: guix/tests.scm (guix tests)
network-reachable? ()
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return true if we can reach the Internet.

random-bytevector (n)
Channel: guix
Location: guix/tests.scm (guix tests)
Documentation:

Return a random bytevector of N bytes.

gnu-make-for-tests
Channel: guix
Location: guix/tests.scm (guix tests)
show-transformation-options-help ()
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Show basic help for package transformation options.

cacheable-transformation-option-key? (key)
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Return true if KEY corresponds to a transformation option whose result can be cached--i.e., the transformation is deterministic and does not depend on external resources.

tuned-package (p micro-architecture)
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Return package P tuned for MICRO-ARCHITECTURE.

options->transformation (opts)
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Return a procedure that, when passed an object to build (package, derivation, etc.), applies the transformations specified by OPTS and returns the resulting objects. OPTS must be a list of symbol/string pairs such as:

((with-branch . "guile-gcrypt=master") (without-tests . "libgcrypt"))

Each symbol names a transformation and the corresponding string is an argument to that transformation.

tunable-package? (package)
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Return true if package PACKAGE is "tunable"--i.e., if tuning it for the host CPU is worthwhile.

%transformation-options
Channel: guix
Location: guix/transformations.scm (guix transformations)
package-with-upstream-version (p #:optional version #:key preserve-patches? authenticate? preserve-archive-type?)
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Return package P changed to use the given upstream VERSION or, if VERSION is #f, the latest known upstream version. When PRESERVE-PATCHES? is true, preserve patches and snippets found in the source of P, provided it's an origin. When AUTHENTICATE? is false, disable OpenPGP signature verification of upstream source code. When PRESERVE-ARCHIVE-TYPE? is true, use the same archive type as P's source (gz, xz, zstd, etc.)

transformation-option-key? (key)
Channel: guix
Location: guix/transformations.scm (guix transformations)
Documentation:

Return true if KEY is an option key (as returned while parsing options with %TRANSFORMATION-OPTIONS) corresponding to a package transformation option. For example, (transformation-option-key? 'with-input) => #t.

Total public symbols: 86650