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 file name of ORIGIN, either its 'file-name' field or the file name of its URI.
Same as 'package-transitive-inputs', but applied to a bag.
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 the "target inputs" of BAG, recursively.
Return true if P is "hidden"--i.e., must not be visible to user interfaces.
Return package ORIGINAL with all PATCHES appended to its list of patches.
Return the closure of PACKAGES on SYSTEM--i.e., PACKAGES and the list of packages they depend on, recursively.
Same as 'package-transitive-native-inputs', but applied to a bag.
Return the list of inputs required by PACKAGE for development purposes on SYSTEM. When TARGET is true, return the inputs needed to cross-compile PACKAGE from SYSTEM to TRIPLET, where TRIPLET is a triplet such as "aarch64-linux-gnu".