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 PROFILE's generation shifted from the CURRENT generation by SHIFT. SHIFT is a positive or negative number. Return #f if there is no such generation.
Perform TRANSACTION on MANIFEST and return the new manifest.
Return a manifest containing the list of packages pulled by BUILD-SYSTEM, a variable that defines a build system suitable for the PACKAGE record type.
Check whether the entries of MANIFEST conflict with one another; raise a '&profile-collision-error' when a conflict is encountered.
Return all the entries of MANIFEST that match one of the PATTERNS. Raise an '&unmatched-pattern-error' if none of the entries of MANIFEST matches one of PATTERNS.
Return the file name for PROFILE's GENERATION.
If PROFILE points to a profile in %PROFILE-DIRECTORY, return that. Otherwise return PROFILE unchanged. The goal is to treat '-p ~/.guix-profile' as if '-p' was omitted.
Return either ~/.guix-profile or ~/.config/guix/current if that's what PROFILE refers to, directly or indirectly, or PROFILE.
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.
Lower ENTRY for SYSTEM and TARGET such that its 'item' field is a store file name.