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.
Raise an error if RELATION is not 'ancestor, meaning that START is not an ancestor of COMMIT, unless CHANNEL specifies a commit.
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, return the <live-service> objects that are currently running on MACHINE.
Return a list of service type/score pairs: service types whose name or description matches REGEXPS sorted by relevance, and their score.
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 node type for SERVICES, a list of <shepherd-service>.
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 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.
build and deploy full operating systems
Report ERROR, a '&shepherd-error' error condition object.
Read the operating-system declaration from FILE and return it.
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.
Show what will/would be built, and actually build DRVS, unless DRY-RUN? is true.
Display a hint about 'guix gc' if less than THRESHOLD of /gnu/store is available. THRESHOLDS is a pair (ABSOLUTE-THRESHOLD . RELATIVE-THRESHOLD).