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.
Return a <menu-entry> instance given CONF, a <boot-parameters> instance.
Return the directory containing the locales compiled for the definitions listed in OS. The C library expects to find it under /run/current-system/locale.
Return the activation script for OS---i.e., the code that "activates" the stateful part of OS, including user accounts and groups, special directories, etc.
Return the root file system of OS.
Return a variant of OS that stores its own provenance information, including CONFIG-FILE, if available. This is achieved by adding an instance of PROVENANCE-SERVICE-TYPE to its services.
Return a derivation that builds the system profile of OS.
Return the file system that contains the store of OS.