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.
Write to PORT a `recutils' record of package P, arranging to fit within WIDTH columns. EXTRA-FIELDS is a list of symbol/value pairs to emit. When HYPERLINKS? is true, emit hyperlink escape sequences when appropriate. Pass the synopsis and description through HIGHLIGHTING, a one-argument procedure that may return a colorized version of its argument.
Run COMMAND with the given ARGS. Report an error when COMMAND is not found.
Like 'roll-back', but display what is happening.
Display the changed packages in PROFILE GEN2 compared to generation GEN1.
Return a plain-text representation of texinfo fragment STR.
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.
Show the output file names of DERIVATION, which can be a derivation or a derivation input.
If PORT is a pipe to a pager created by 'with-paginated-output-port', return the underlying port. Otherwise return #f.
Return STR with each newline preceded by INDENT spaces. When INITIAL-INDENT? is true, the first line is also indented.
Return a plain-text representation of PACKAGE description field.
Call THUNK within a user-friendly error handler.
Return a new user module with the additional MODULES loaded.
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.
Like 'make-regexp' but error out if REGEXP is invalid, reporting the error nicely.
Like 'delete-generation', but display what is going on.
Convert STR, a storage measurement representation such as "1024" or "1MiB", to a number of bytes. Raise an error if STR could not be interpreted.
Display a one-line summary of generation NUMBER of PROFILE.