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.
Perform TRANSACTION on MANIFEST and return the new manifest.
Return the creation time of a generation in the UTC format.
Return a list of manifest entries, one for each item listed in PACKAGES. Elements of PACKAGES can be either package objects or package/string tuples denoting a specific output of a package. PROPERTIES is a procedure taking one argument and returning an alist.
Return the sorted list of generation numbers of PROFILE, or '(0) if no former profiles were found.
Return the file name for PROFILE's GENERATION.
Return #t if MANIFEST has an entry matching PATTERN (a manifest-pattern), #f otherwise.
Lower ENTRY for SYSTEM and TARGET such that its 'item' field is a store file name.
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.
Attempt to create /…/profiles/per-user/$USER if needed. Nowadays this is taken care of by the daemon.
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.
Add a list of manifest ENTRIES to MANIFEST and return new manifest. Remove MANIFEST entries that have the same name and output as ENTRIES.
Return the first item of MANIFEST that matches PATTERN, or #f if there is no match..
Augment TRANSACTION's set of installed packages with ENTRY, a <manifest-entry>.