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.
Compute the effect of applying TRANSACTION to MANIFEST. Return 4 values: the list of packages that would be removed, installed, upgraded, or downgraded when applying TRANSACTION to MANIFEST. Upgrades are represented as pairs where the head is the entry being upgraded and the tail is the entry that will replace it.
Return either ~/.guix-profile or ~/.config/guix/current if that's what PROFILE refers to, directly or indirectly, or PROFILE.
Apply PROC to all the entries of MANIFEST and return a new manifest.
Return a manifest entry for the OUTPUT of package PACKAGE.
Return the list of search path specifications that apply to MANIFEST, including the search path specification for $PATH.