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 the list of search path specifications that apply to MANIFEST, including the search path specification for $PATH.
Return a manifest entry for the OUTPUT of package PACKAGE.
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.
Return true if ENTRY1 is equivalent to ENTRY2, ignoring their 'properties' field.
Set the environment variables specified by MANIFEST for PROFILE. When PURE? is #t, unset the variables in the current environment except those that match the regexps in WHITE-LIST-REGEXPS and those listed in WHITE-LIST. Otherwise, augment existing environment variables with additional search paths. Environment variables in ENVIRONMENT-VARIABLES, a list of pairs, are set in the environment.
Return PROFILE's number or 0. An absolute file name must be used.
Optionally, if BASE-PROFILE is provided, use it instead of PROFILE to construct the regexp matching generations. This is useful in special cases like: (generation-number "/run/current-system" %system-profile).
Remove entries for each of PATTERNS from MANIFEST. Each item in PATTERNS must be a manifest-pattern.
Read the manifest of PROFILE and evaluate the values of search path environment variables required by PROFILE; return a list of specification/value pairs. If MANIFEST is not #f, it is assumed to be the manifest of PROFILE, which avoids rereading it.
Use GETENV to determine the current settings and report only settings not already effective.
Return either ~/.guix-profile or ~/.config/guix/current if that's what PROFILE refers to, directly or indirectly, or PROFILE.
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.