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

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.


read/eval (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Read and evaluate STR, which can also be a port, raising an error if something goes wrong. STR may contain one or more expressions; the return value is that of the last evaluated expression.

roll-back* (store profile)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Like 'roll-back', but display what is happening.

read/eval-package-expression (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Read and evaluate STR and return the package it refers to, or exit an error.

string->generations (str)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return the list of generations matching a pattern in STR. This function accepts the following patterns: "1", "1,2,3", "1..9", "1..", "..9".

indented-string (str indent #:key initial-indent?)
Channel: guix
Location: guix/ui.scm (guix ui)
Documentation:

Return STR with each newline preceded by INDENT spaces. When INITIAL-INDENT? is true, the first line is also indented.

with-paginated-output-port
Channel: guix
Location: guix/ui.scm (guix ui)
upstream-source-regular-inputs
Channel: guix
Location: guix/upstream.scm (guix upstream)
Documentation:

Return the subset of inputs of SOURCE that have the given TYPE.

upstream-input-min-version
Channel: guix
Location: guix/upstream.scm (guix upstream)
%updaters
Channel: guix
Location: guix/upstream.scm (guix upstream)
package-latest-release* (package #:optional updaters)
Channel: guix
Location: guix/upstream.scm (guix upstream)
Documentation:

Like 'package-latest-release', but ensure that the return source is newer than that of PACKAGE.

upstream-updater-predicate
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-updater?
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-source-urls
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-input-downstream-name
Channel: guix
Location: guix/upstream.scm (guix upstream)
package-archive-type (package)
Channel: guix
Location: guix/upstream.scm (guix upstream)
Documentation:

If PACKAGE's source is a tarball or zip archive, return its archive type--a string such as "xz". Otherwise return #f.

upstream-source-version
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-updater-description
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-source-inputs
Channel: guix
Location: guix/upstream.scm (guix upstream)
url-prefix-predicate (prefix)
Channel: guix
Location: guix/upstream.scm (guix upstream)
Documentation:

Return a predicate that returns true when passed a package where one of its source URLs starts with PREFIX.

upstream-input-max-version
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-updater-name
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-source-package
Channel: guix
Location: guix/upstream.scm (guix upstream)
upstream-source-native-inputs
Channel: guix
Location: guix/upstream.scm (guix upstream)
Documentation:

Return the subset of inputs of SOURCE that have the given TYPE.

upstream-input
Channel: guix
Location: guix/upstream.scm (guix upstream)
Total public symbols: 86650