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 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".
Return the derivation for SYSTEM of the default Guile package used to run the build code of derivation.
Same as 'package-transitive-inputs', but applied to a bag.
Return package ORIGINAL with all PATCHES appended to its list of patches.
Look up NAME among PACKAGE's native inputs. Return it if found, #f otherwise.
Return the source code location of PACKAGE as a <location> record, or #f if it is not known.
Return a variant of PACKAGE that uses TOOLCHAIN instead of the default GNU C/C++ toolchain. TOOLCHAIN must be a list of inputs (label/package tuples) providing equivalent functionality, such as the 'gcc-toolchain' package.
Return all source origins associated with PACKAGE; including origins in PACKAGE's inputs and patches.