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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Run the 'guix' command defined by command line ARGS. Unlike 'guix-main', this procedure assumes that locale, i18n support, and signal handling have already been set up.
Display a one-line summary of generation NUMBER of PROFILE.
Like 'make-regexp' but error out if REGEXP is invalid, reporting the error nicely.
Show the output file names of DERIVATION, which can be a derivation or a derivation input.
Like 'roll-back', but display what is happening.
Call THUNK within a user-friendly error handler.
Convert NUM, an integer number of bytes, to a human readable string using common storage prefixes.
Fill STR such that each line contains at most WIDTH characters, assuming that the first character is at COLUMN.
When STR contains a single line break surrounded by other characters, it is converted to a space; sequences of more than one line break are preserved.
Display version information for COMMAND and `(exit 0)'.
Show what will or would (depending on DRY-RUN?) be built in realizing the derivations listed in DRV using MODE, a 'build-mode' value. The elements of DRV can be either derivations or derivation inputs.
Return two values: a Boolean indicating whether there's something to build, and a Boolean indicating whether there's something to download.
When USE-SUBSTITUTES?, check and report what is prerequisites are available for download. VERBOSITY is an integer indicating the level of details to be shown: level 2 and higher provide all the details, level 1 shows a high-level summary, and level 0 shows nothing.
Return a score denoting the relevance of PACKAGE for REGEXPS. A score of zero means that PACKAGE does not match any of REGEXPS.
Run COMMAND with the given ARGS. Report an error when COMMAND is not found.
Like 'switch-to-generation', but display what is happening.
Display what will/would be installed/removed from MANIFEST by TRANSACTION.
Display MATCHES, a list of object/score pairs, by calling PRINT on each of them. If PORT is a terminal, print at most a full screen of results. REGEXPS is a list of regexps to highlight in search results.
Load the user provided Scheme source code FILE.
If PORT is a pipe to a pager created by 'with-paginated-output-port', return the underlying port. Otherwise return #f.
Return a procedure suitable for 'with-build-handler' that, when 'build-things' is called, invokes 'show-what-to-build' to display the build plan. When DRY-RUN? is true, the 'with-build-handler' form returns without any build happening.