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

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.


strip-for-target (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
version-major+minor+point (version-string)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return "major>.<minor>.<point>", where major, minor and point are the major, minor and point version numbers from the version-string. For example, (version-major+minor+point "6.4.5.2") returns "6.4.5" or (version-major+minor+point "1.19.2-2581-324ca14c3003") returns "1.19.2".

filtered-port (command input)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return an input port where data drained from INPUT is filtered through COMMAND (a list). In addition, return a list of PIDs that the caller must wait. When INPUT is a file port, it must be unbuffered; otherwise, any buffered data is lost.

target-aarch64? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
guile-version>? (str)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return #t if the running Guile version is greater than STR.

version>=? (a b)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Return #t when A denotes a version newer or equal to B.

host-x86-64? ()
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Are we running on a x86_64 system? This is almost never the right function, use target-x86-64? or system-x86-64? instead.

target-linux? (#:optional target)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Does the operating system of TARGET use the Linux kernel?

version-prefix (version-string num-parts)
Channel: guix
Location: guix/utils.scm (guix utils)
Documentation:

Truncate version-string to the first num-parts components of the version. For example, (version-prefix "2.1.47.4.23" 3) returns "2.1.47"

pool?
Channel: guix
Location: guix/workers.scm (guix workers)
pool-enqueue! (pool thunk)
Channel: guix
Location: guix/workers.scm (guix workers)
Documentation:

Enqueue THUNK for future execution by POOL.

pool-idle? (pool)
Channel: guix
Location: guix/workers.scm (guix workers)
Documentation:

Return true if POOL doesn't have any task in its queue and all the workers are currently idle (i.e., waiting for a task).

make-pool (#:optional count #:key thread-name)
Channel: guix
Location: guix/workers.scm (guix workers)
Documentation:

Return a pool of COUNT workers. Use THREAD-NAME as the name of these threads as reported by the operating system.

eventually
Channel: guix
Location: guix/workers.scm (guix workers)
Page: 1361836193620
Total public symbols: 86870