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

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.


file
Channel: guix
Location: guix/serialization.scm (guix serialization)
substitutable-path
Channel: guix
Location: guix/serialization.scm (guix serialization)
nar-error-port
Channel: guix
Location: guix/serialization.scm (guix serialization)
write-store-path (f p)
Channel: guix
Location: guix/serialization.scm (guix serialization)
read-string-pairs (p)
Channel: guix
Location: guix/serialization.scm (guix serialization)
write-padding
Channel: guix
Location: guix/serialization.scm (guix serialization)
store-path
Channel: guix
Location: guix/serialization.scm (guix serialization)
nar-read-error?
Channel: guix
Location: guix/serialization.scm (guix serialization)
path-info-deriver
Channel: guix
Location: guix/serialization.scm (guix serialization)
path-info-hash
Channel: guix
Location: guix/serialization.scm (guix serialization)
substitutable-download-size
Channel: guix
Location: guix/serialization.scm (guix serialization)
read-long-long (p)
Channel: guix
Location: guix/serialization.scm (guix serialization)
restore-file (port file #:key dump-file)
Channel: guix
Location: guix/serialization.scm (guix serialization)
Documentation:

Read a file (possibly a directory structure) in Nar format from PORT. Restore it as FILE with canonical permissions and timestamps. To write a regular or executable file, call:

(DUMP-FILE FILE INPUT SIZE TYPE)

The default is to dump SIZE bytes from INPUT to FILE, but callers can provide a custom procedure, for instance to deduplicate FILE on the fly.

dump (in out size)
Channel: guix
Location: guix/serialization.scm (guix serialization)
Documentation:

Copy SIZE bytes from IN to OUT.

write-string-list (l p)
Channel: guix
Location: guix/serialization.scm (guix serialization)
bytevector
Channel: guix
Location: guix/serialization.scm (guix serialization)
substitutable-path-list
Channel: guix
Location: guix/serialization.scm (guix serialization)
write-value
Channel: guix
Location: guix/serialization.scm (guix serialization)
read-value
Channel: guix
Location: guix/serialization.scm (guix serialization)
boolean
Channel: guix
Location: guix/serialization.scm (guix serialization)
string-pairs
Channel: guix
Location: guix/serialization.scm (guix serialization)
write-string-list (l p)
Channel: guix
Location: guix/serialization.scm (guix serialization)
store-path-list
Channel: guix
Location: guix/serialization.scm (guix serialization)
write-file-tree (file port #:key file-type+size file-port symlink-target directory-entries postprocess-entries)
Channel: guix
Location: guix/serialization.scm (guix serialization)
Documentation:

Write the contents of FILE to PORT in Nar format, recursing into sub-directories of FILE as needed.

This procedure does not make any file-system I/O calls. Instead, it calls the user-provided FILE-TYPE+SIZE, FILE-PORT, SYMLINK-TARGET, and DIRECTORY-ENTRIES procedures, which roughly correspond to 'lstat', 'readlink', and 'scandir'. POSTPROCESS-ENTRIES ensures that directory entries are valid; leave it as-is unless you know that DIRECTORY-ENTRIES provide filtered and sorted entries, in which case you can use 'identity'.

Total public symbols: 86650