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.
Using EVAL, a monadic procedure taking a single G-Expression as an argument, configure the bootloader on TARGET such that OS will be booted by default and additional configurations specified by MENU-ENTRIES can be selected.
Using EVAL, a monadic procedure taking a single G-Expression as an argument, upgrade the Shepherd (PID 1) by unloading obsolete services and loading new services as defined by OS.
Write to PORT a recutils record of TYPE, arranging to fit within WIDTH columns. When HYPERLINKS? is true, emit hyperlink escape sequences when appropriate. Pass the description through HIGHLIGHTING, a one-argument procedure that may return a colorized version of its argument.
Return a list of service type/score pairs: service types whose name or description matches REGEXPS sorted by relevance, and their score.
build and deploy full operating systems
Read the operating-system declaration from FILE and return it.
Return a node type for SERVICES. Since <service> instances are not self-contained (they express dependencies on service types, not on services), we have to create the 'edges' procedure dynamically as a function of the full list of services.
Return a node type for SERVICES, a list of <shepherd-service>.
Report ERROR, a '&shepherd-error' error condition object.
Return a list of 'boot-parameters' for the generations of PROFILE specified by NUMBERS, which is a list of generation numbers. The list is ordered from the most recent to the oldest profiles.
run commands from a different revision
upgrade packages to their latest version
report on the availability of pre-built package binaries
Build PACKAGE using BUILD-OPTIONS acceptable by 'set-build-options'. Show what and how will/would be built.
Build PACKAGE source using BUILD-OPTIONS.
Parse the command-line arguments ARGS according to OPTIONS (a list of SRFI-37 options) and return the result, seeded by SEEDS. When BUILD-OPTIONS? is true, also pass arguments passed via the 'GUIX_BUILD_OPTIONS' environment variable. Command-line options take precedence those passed via 'GUIX_BUILD_OPTIONS'.
ARGUMENT-HANDLER is called for non-option arguments, like the 'operand-proc' parameter of 'args-fold'.
Show what will/would be built, and actually build DRVS, unless DRY-RUN? is true.
Emit a warning if Guix is older than OLD seconds.