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.
search for packages
spawn one-off software environments
show information about packages
Return as a monadic value a list of <profile> objects representing the profile of ITEMS and their requisites.
profile the on-disk size of packages
update the style of package definitions
implement the build daemon's substituter protocol
run the graphical installer program
Warn about non-forward updates of CHANNEL from START to COMMIT, without aborting.
Return an executable store item that, upon being evaluated, will upgrade the Shepherd (PID 1) by unloading obsolete services and loading new services. SERVICE-FILES is a list of Shepherd service files to load, and TO-START, TO-UNLOAD, and TO-RESTART are lists of the Shepherd services' canonical names (symbols).
Return a program that calls 'kexec_file_load' to allow rebooting into OS via 'kexec'.
Return an executable store item that, upon being evaluated, will create a new generation of PROFILE pointing to the directory of OS, switch to it atomically, and run OS's activation script.
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 an executable store item that, upon being evaluated, will install BOOTCFG to BOOTCFG-FILE, a target file name, on DEVICES, a list of file system devices, at TARGET, a mount point, and subsequently run INSTALLER from BOOTLOADER-PACKAGE.
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.