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

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.


%lisp-type
Channel: guix
Location: guix/build/lisp-utils.scm (guix build lisp-utils)
lisp-eval-program (program)
Channel: guix
Location: guix/build/lisp-utils.scm (guix build lisp-utils)
Documentation:

Evaluate PROGRAM with a given LISP implementation.

generate-executable-for-system (type system #:key compress?)
Channel: guix
Location: guix/build/lisp-utils.scm (guix build lisp-utils)
Documentation:

Use LISP to generate an executable, whose TYPE can be 'asdf:image-op or 'asdf:program-op. The latter will always be standalone. Depends on having created a "SYSTEM-exec" system which contains the entry program.

compile-systems (systems directory operation)
Channel: guix
Location: guix/build/lisp-utils.scm (guix build lisp-utils)
Documentation:

Use a lisp implementation to compile the SYSTEMS using asdf.

replace-escaped-macros (string)
Channel: guix
Location: guix/build/lisp-utils.scm (guix build lisp-utils)
Documentation:

Replace simple lisp forms that the guile writer escapes, for example by replacing ##p# with #p. Should only be used to replace truly simple forms which are not nested.

generate-executable-entry-point (system entry-program)
Channel: guix
Location: guix/build/lisp-utils.scm (guix build lisp-utils)
Documentation:

Generates an entry point program from the list of lisp statements ENTRY-PROGRAM for SYSTEM within the current directory.

make-asdf-configuration (name conf-dir deps-conf-dir source-dir lib-dir)
Channel: guix
Location: guix/build/lisp-utils.scm (guix build lisp-utils)
minimise-png (#:key inputs native-inputs)
Channel: guix
Location: guix/build/luanti-build-system.scm (guix build luanti-build-system)
Documentation:

Minimise PNG images found in the working directory.

mod-install-plan (mod-name)
Channel: guix
Location: guix/build/luanti-build-system.scm (guix build luanti-build-system)
check (#:key outputs tests?)
Channel: guix
Location: guix/build/luanti-build-system.scm (guix build luanti-build-system)
Documentation:

Test whether the mod loads. The mod must first be installed first.

%standard-phases
Channel: guix
Location: guix/build/luanti-build-system.scm (guix build luanti-build-system)
read-mod-name (mod.conf #:optional not-found)
Channel: guix
Location: guix/build/luanti-build-system.scm (guix build luanti-build-system)
Documentation:

Read the name of a mod from MOD.CONF. If MOD.CONF does not have a name field and NOT-FOUND is #false, raise an error. If NOT-FOUND is TRUE, call NOT-FOUND instead.

copy-linux-headers (output kernel-headers)
Channel: guix
Location: guix/build/make-bootstrap.scm (guix build make-bootstrap)
Documentation:

Copy to OUTPUT the subset of KERNEL-HEADERS that is needed when producing a bootstrap libc.

make-stripped-libc (output libc kernel-headers)
Channel: guix
Location: guix/build/make-bootstrap.scm (guix build make-bootstrap)
Documentation:

Copy to OUTPUT the subset of LIBC and KERNEL-HEADERS that is needed when producing a bootstrap libc.

parse-java-file (file)
Channel: guix
Location: guix/build/maven/java.scm (guix build maven java)
default-convert-type (type)
Channel: guix
Location: guix/build/maven/plugin.scm (guix build maven plugin)
maven-convert-type (type)
Channel: guix
Location: guix/build/maven/plugin.scm (guix build maven plugin)
generate-mojo-from-files (convert-type . files)
Channel: guix
Location: guix/build/maven/plugin.scm (guix build maven plugin)
pom-artifactid (content)
Channel: guix
Location: guix/build/maven/pom.scm (guix build maven pom)
Documentation:

Find the artifactID of a pom file, from its sxml content.

pom-dependencies (content)
Channel: guix
Location: guix/build/maven/pom.scm (guix build maven pom)
Documentation:

Return the list of dependencies listed in the sxml content of the pom file.

pom-version (content)
Channel: guix
Location: guix/build/maven/pom.scm (guix build maven pom)
Documentation:

Find the version of a pom file, potentially looking at its parent pom file. See find-parent for the meaning of the arguments.

add-local-package (local-packages group artifact version)
Channel: guix
Location: guix/build/maven/pom.scm (guix build maven pom)
Documentation:

Takes local-packages, a list of local packages, and adds a new one for group:artifact at version.

pom-and-submodules (pom-file)
Channel: guix
Location: guix/build/maven/pom.scm (guix build maven pom)
Documentation:

Given pom-file, the file name of a pom, return the list of pom file names that correspond to itself and its submodules, recursively.

pom-name (content)
Channel: guix
Location: guix/build/maven/pom.scm (guix build maven pom)
Documentation:

Return the name of the package as contained in the sxml content of the pom file.

Total public symbols: 86650