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

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.


derivation-output-names (drv)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the names of the outputs of DRV.

derivation-prerequisites (drv #:optional cut?)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the list of derivation-inputs required to build DRV, recursively.

CUT? is a predicate that is passed a derivation-input and returns true to eliminate the given input and its dependencies from the search. An example of such a predicate is 'valid-derivation-input?'; when it is used as CUT?, the result is the set of prerequisites of DRV not already in valid.

derivation-input-output-paths (input)
Channel: guix
Location: guix/derivations.scm (guix derivations)
Documentation:

Return the list of output paths corresponding to INPUT, a <derivation-input>.

file-search-error-file-name
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-prerequisites-to-build
Channel: guix
Location: guix/derivations.scm (guix derivations)
file-search-error-search-path
Channel: guix
Location: guix/derivations.scm (guix derivations)
derivation-sources
Channel: guix
Location: guix/derivations.scm (guix derivations)
current-profile-entries
Channel: guix
Location: guix/describe.scm (guix describe)
current-profile
Channel: guix
Location: guix/describe.scm (guix describe)
manifest-entry-with-provenance (entry)
Channel: guix
Location: guix/describe.scm (guix describe)
Documentation:

Return ENTRY with an additional 'provenance' property if it's not already there.

manifest-entry-provenance (entry)
Channel: guix
Location: guix/describe.scm (guix describe)
Documentation:

Return the list of channels ENTRY comes from. Return the empty list if that information is missing.

modules-from-current-profile (sub-directory #:key warn)
Channel: guix
Location: guix/describe.scm (guix describe)
Documentation:

Return the list of modules from SUB-DIRECTORY found in (current-profile). If 'current-profile' returns #f, search for those modules in each entry of '%load-path'.

append-channels-to-load-path! ()
Channel: guix
Location: guix/describe.scm (guix describe)
package-provenance (package)
Channel: guix
Location: guix/describe.scm (guix describe)
Documentation:

Return the provenance of PACKAGE as an sexp for use as the 'provenance' property of manifest entries, or #f if it could not be determined.

current-profile-date ()
Channel: guix
Location: guix/describe.scm (guix describe)
Documentation:

Return the creation date of the current profile (produced by 'guix pull'), as a number of seconds since the Epoch, or #f if it could not be determined.

package-channels (package)
Channel: guix
Location: guix/describe.scm (guix describe)
Documentation:

Return the list of channels providing PACKAGE or an empty list if it could not be determined.

current-channels
Channel: guix
Location: guix/describe.scm (guix describe)
package-path-entries ()
Channel: guix
Location: guix/describe.scm (guix describe)
Documentation:

Return two values: the list of package path entries to be added to the package search path, and the list to be added to %LOAD-COMPILED-PATH. These entries are taken from the 'guix pull' profile the calling process lives in, when applicable.

formatted-message
Channel: guix
Location: guix/diagnostics.scm (guix diagnostics)
location-file
Channel: guix
Location: guix/diagnostics.scm (guix diagnostics)
location->source-properties (loc)
Channel: guix
Location: guix/diagnostics.scm (guix diagnostics)
Documentation:

Return the source property association list based on the info in LOC, a location object.

fix-hint?
Channel: guix
Location: guix/diagnostics.scm (guix diagnostics)
formatted-message?
Channel: guix
Location: guix/diagnostics.scm (guix diagnostics)
program-name
Channel: guix
Location: guix/diagnostics.scm (guix diagnostics)
Total public symbols: 86650