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

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.


store-info-references
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
read-reference-graph (port)
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
Documentation:

Read the reference graph as produced by #:references-graphs from PORT and return it as a list of <store-info> records in topological order--i.e., leaves come first. IOW, store items in the resulting list can be registered in the order in which they appear.

The reference graph format consists of sequences of lines like this:

FILE DERIVER NUMBER-OF-REFERENCES REF1 ... REFN

It is meant as an internal format.

populate-store (reference-graphs target #:key deduplicate? log-port)
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
Documentation:

Populate the store under directory TARGET with the items specified in REFERENCE-GRAPHS, a list of reference-graph files. Items copied to TARGET maintain timestamps and permissions. When DEDUPLICATE? is true, deduplicate regular files as they are copied to TARGET.

store-info
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
store-info-item
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
file-size (file)
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
Documentation:

Return the size in bytes of FILE, entering it if FILE is a directory.

store-info-deriver
Channel: guix
Location: guix/build/store-copy.scm (guix build store-copy)
svn-fetch (url revision directory #:key svn-command recursive? user-name password)
Channel: guix
Location: guix/build/svn.scm (guix build svn)
Documentation:

Fetch REVISION from URL into DIRECTORY. REVISION must be an integer, and a valid Subversion revision. Return #t on success, #f otherwise.

MS_SHARED
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
KEXEC_FILE_DEBUG
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
file-system-maximum-name-length
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
UMOUNT_NOFOLLOW
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
interface-flags
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
MS_RELATIME
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
utmpx-host
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
AT_SYMLINK_FOLLOW
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
MS_PRIVATE
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
window-size-y-pixels
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
with-file-lock
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
termios-output-flags
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
pivot-root
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Change the root file system to NEW-ROOT and move the current root file system to PUT-OLD.

configure-network-interface (name sockaddr flags #:key netmask)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Configure network interface NAME to use SOCKADDR, an address as returned by 'make-socket-address', and FLAGS, a bitwise-or of IFF_* constants. If NETMASK is true, it must be a socket address to use as the network mask.

CLONE_NEWPID
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
ST_NOSUID
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Total public symbols: 86650