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

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.


check-inputs-should-use-a-minimal-variant (package)
Channel: guix
Location: guix/lint.scm (guix lint)
check-patch-file-names (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Emit a warning if the patches requires by PACKAGE are badly named or if the patch could not be found.

check-description-style (package)
Channel: guix
Location: guix/lint.scm (guix lint)
check-wrapper-inputs (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Emit a warning if PACKAGE uses 'wrap-program' or similar, but "bash" or "bash-minimal" is not in its inputs. 'wrap-script' is not supported.

check-source (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Emit a warning if PACKAGE has an invalid 'source' field, or if that 'source' is not reachable.

check-profile-collisions (package #:key store)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check for collisions that would occur when installing PACKAGE as a result of the propagated inputs it pulls in.

lint-checker?
Channel: guix
Location: guix/lint.scm (guix lint)
check-synopsis-style (package)
Channel: guix
Location: guix/lint.scm (guix lint)
%network-dependent-checkers
Channel: guix
Location: guix/lint.scm (guix lint)
check-tests-true (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check whether PACKAGE explicitly requests to run tests, which is superfluous when building natively and incorrect when cross-compiling.

check-name (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check whether PACKAGE's name matches our guidelines.

check-home-page (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Emit a warning if PACKAGE has an invalid 'home-page' field, or if that 'home-page' is not reachable.

check-archival (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check whether PACKAGE's source code is archived on Software Heritage. If it's not, and if its source code is a VCS snapshot, then send a "save" request to Software Heritage.

Software Heritage imposes limits on the request rate per client IP address. This checker prints a notice and stops doing anything once that limit has been reached.

lint-warning
Channel: guix
Location: guix/lint.scm (guix lint)
lint-warning-message (warning)
Channel: guix
Location: guix/lint.scm (guix lint)
lint-checker-description
Channel: guix
Location: guix/lint.scm (guix lint)
check-patch-headers (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check that PACKAGE's patches start with a comment. Return a list of warnings.

lint-checker-check
Channel: guix
Location: guix/lint.scm (guix lint)
%local-checkers
Channel: guix
Location: guix/lint.scm (guix lint)
check-inputs-should-be-native (package)
Channel: guix
Location: guix/lint.scm (guix lint)
check-vulnerabilities (package #:optional package-vulnerabilities)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check for known vulnerabilities for PACKAGE. Obtain the list of vulnerability records for PACKAGE by calling PACKAGE-VULNERABILITIES.

check-haskell-stackage (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check whether PACKAGE is a Haskell package ahead of the current Stackage LTS version.

check-compiler-for-target (package)
Channel: guix
Location: guix/lint.scm (guix lint)
Documentation:

Check that cross-compilers are used when cross-compiling, by inspecting #:make-flags.

lint-checker-requires-store?
Channel: guix
Location: guix/lint.scm (guix lint)
Total public symbols: 86650