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.
Return the <derivation> object of PACKAGE for SYSTEM.
Return true if PACKAGE is supported on SYSTEM--i.e., if PACKAGE and all its dependencies are known to build on SYSTEM.
Return the transitive native inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively. This only includes inputs for the host system ("native inputs"), and not target inputs.
Return as a monadic value the absolute file name of FILE within the OUTPUT directory of PACKAGE. When FILE is omitted, return the name of the OUTPUT directory of PACKAGE. When TARGET is true, use it as a cross-compilation target triplet.
Note that this procedure does _not_ build PACKAGE. Thus, the result might or might not designate an existing file. We recommend not using this procedure unless you know what you are doing.
Look up NAME among PACKAGE's direct inputs. Return it if found, #f otherwise.
Same as 'package-transitive-target-inputs', but applied to a bag.
Same as 'package-transitive-native-inputs', but applied to a bag.
Return the propagated inputs of PACKAGE, and their propagated inputs, recursively.
Return package ORIGINAL with all PATCHES appended to its list of patches.