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

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.


compile-sglob (sglob)
Channel: guix
Location: guix/glob.scm (guix glob)
Documentation:

Compile SGLOB into a more efficient representation.

string->compiled-sglob
Channel: guix
Location: guix/glob.scm (guix glob)
glob-match? (pattern str)
Channel: guix
Location: guix/glob.scm (guix glob)
Documentation:

Return true if STR matches PATTERN, a compiled glob pattern as returned by 'compile-sglob'.

gnu-package-language
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-mundane-name
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
official-gnu-packages (#:optional fetch)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Return a list of records, which are GNU packages. Use FETCH, to fetch the list of GNU packages over HTTP.

rewrite-url (url version #:key to-version partial-version?)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Rewrite URL so that the URL path components matching the current VERSION or VERSION-MAJOR.VERSION-MINOR are updated with that of the latest version found by crawling the corresponding URL directories. Alternatively, when TO-VERSION is specified, rewrite version matches directly to it without crawling URL. If TO-VERSION is provided and PARTIAL-VERSION? set to #t, then crawl URL to find the newest compatible release (one that is prefixed by TO-VERSION).

For example, the URL "https://dist.libuv.org/dist/v1.45.0/libuv-v1.45.0.tar.gz" could be rewritten to something like "https://dist.libuv.org/dist/v1.46.0/libuv-v1.46.0.tar.gz".

With TO-VERSION set to "1.49" and PARTIAL-VERSION? set to #t, the URL "https://dist.libuv.org/dist/v1.45.0/libuv-v1.45.0.tar.gz" could be rewritten to something like "https://dist.libuv.org/dist/v1.49.2/libuv-v1.49.2.tar.gz".

%savannah-updater
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-name
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
%gnu-ftp-updater
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
official-gnu-packages*
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
mproc (package)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-release-archive-types
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-copyright-holder
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
releases (project #:key server directory)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Return the list of <upstream-release> of PROJECT as a list of release name/directory pairs.

release-file? (project file)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Return true if FILE is a release tarball of PROJECT.

gnu-package-doc-urls
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
%sourceforge-updater
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
find-package (name)
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Documentation:

Find GNU package called NAME and return it. Return #f if it was not found.

gnu-package-logo
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-doc-description
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-fsd
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-download-url
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
gnu-package-doc-summary
Channel: guix
Location: guix/gnu-maintenance.scm (guix gnu-maintenance)
Total public symbols: 86650