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 manifest for the "development inputs" of PACKAGE for SYSTEM, optionally when cross-compiling to TARGET. Development inputs include both explicit and implicit inputs of PACKAGE.
Return PROFILE's generation specified by SPEC, which is a string. The SPEC may be a N, -N, or +N, where N is a number. If the spec is N, then the number returned is N. If it is -N, then the number returned is the profile's current generation number minus N. If it is +N, then the number returned is the profile's current generation number plus N. Return #f if there is no such generation.
Perform TRANSACTION on MANIFEST and return the new manifest.
If FILE is a profile generation GC root such as "guix-profile-42-link", return its corresponding profile---e.g., "guix-profile". Otherwise return #f.
Apply PROC to all the entries of MANIFEST and return a new manifest.
Return a derivation that builds a single-file bundle containing the CA certificates in the /etc/ssl/certs sub-directories of the packages in MANIFEST. Single-file bundles are required by programs such as Git and Lynx.
Return a derivation that unites all the kernel modules of the manifest and creates the dependency graph of all these kernel modules.
This is meant to be used as a profile hook.
Check whether the entries of MANIFEST conflict with one another; raise a '&profile-collision-error' when a conflict is encountered.
Return the file name for PROFILE's GENERATION.
Add PATTERN to TRANSACTION's list of packages to remove.
Return the first item of MANIFEST that matches PATTERN, or #f if there is no match..
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 the number of the generation before generation NUMBER of PROFILE, or 0 if none exists. It could be NUMBER - 1, but it's not the case when generations have been deleted (there are "holes").
Return a list of PROFILE's generations.