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

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.


%gdk-pixbuf-loaders-cache-file
Channel: guix
Location: guix/build/glib-or-gtk-build-system.scm (guix build glib-or-gtk-build-system)
glib-or-gtk-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/glib-or-gtk-build-system.scm (guix build glib-or-gtk-build-system)
Documentation:

Build the given package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/glib-or-gtk-build-system.scm (guix build glib-or-gtk-build-system)
bootstrap-install (modules scripts)
Channel: guix
Location: guix/build/gnu-bootstrap.scm (guix build gnu-bootstrap)
Documentation:

Create a procedure that installs an early bootstrap package. The procedure will install all of the '.scm' and '.go' files in each of the directories in MODULES, and all the executable files in the SCRIPTS directory.

bootstrap-configure (name version modules scripts)
Channel: guix
Location: guix/build/gnu-bootstrap.scm (guix build gnu-bootstrap)
Documentation:

Create a procedure that configures an early bootstrap package. The procedure will search each directory in MODULES and configure all of the '.in' files with NAME and VERSION. It will then search the SCRIPTS directory and configure all of the '.in' files with the bootstrap Guile and its module and object directories.

bootstrap-build (modules)
Channel: guix
Location: guix/build/gnu-bootstrap.scm (guix build gnu-bootstrap)
Documentation:

Create a procedure that builds an early bootstrap package. The procedure will search each directory in MODULES and compile all of the '.scm' files.

gnu-build (#:key source outputs inputs phases . args)
Channel: guix
Location: guix/build/gnu-build-system.scm (guix build gnu-build-system)
Documentation:

Build from SOURCE to OUTPUTS, using INPUTS, and by running all of PHASES in order. Return #t if all the PHASES succeeded, #f otherwise.

%bootstrap-scripts
Channel: guix
Location: guix/build/gnu-build-system.scm (guix build gnu-build-system)
%standard-phases
Channel: guix
Location: guix/build/gnu-build-system.scm (guix build gnu-build-system)
dump-file-contents (directory file-regexp #:optional port)
Channel: guix
Location: guix/build/gnu-build-system.scm (guix build gnu-build-system)
Documentation:

Dump to PORT the contents of files in DIRECTORY that match FILE-REGEXP.

%license-file-regexp
Channel: guix
Location: guix/build/gnu-build-system.scm (guix build gnu-build-system)
%dist-phases
Channel: guix
Location: guix/build/gnu-dist.scm (guix build gnu-dist)
go-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/go-build-system.scm (guix build go-build-system)
Documentation:

Build the given Go package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/go-build-system.scm (guix build go-build-system)
rewrite-directory (directory output mapping #:optional store)
Channel: guix
Location: guix/build/graft.scm (guix build graft)
Documentation:

Copy DIRECTORY to OUTPUT, replacing strings according to MAPPING, a list of file name pairs.

replace-store-references (input output replacement-table #:optional store)
Channel: guix
Location: guix/build/graft.scm (guix build graft)
Documentation:

Read data from INPUT, replacing store references according to REPLACEMENT-TABLE, and writing the result to OUTPUT. REPLACEMENT-TABLE is a vhash that maps strings (original hashes) to bytevectors (replacement strings comprising the replacement hash, a dash, and a string).

Note: We use string keys to work around the fact that guile-2.0 hashes all bytevectors to the same value.

graft (old-outputs new-outputs mapping #:key log-port hooks)
Channel: guix
Location: guix/build/graft.scm (guix build graft)
Documentation:

Apply the grafts described by MAPPING on OLD-OUTPUTS, leading to NEW-OUTPUTS. MAPPING must be a list of file name pairs; OLD-OUTPUTS and NEW-OUTPUTS are lists of output name/file name pairs.

elf-error-elf
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
invalid-segment-size?
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
elf-dynamic-info-rpath
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
missing-runpath-error-file
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
file-dynamic-info (file)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Return the <elf-dynamic-info> record of FILE, or #f if FILE lacks dynamic info.

expand-origin (str directory)
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Documentation:

Replace occurrences of '$ORIGIN' in STR with DIRECTORY.

runpath-too-long-error?
Channel: guix
Location: guix/build/gremlin.scm (guix build gremlin)
Total public symbols: 86650