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 the transitive target inputs of PACKAGE---i.e., its direct inputs along with their propagated inputs, recursively. This only includes inputs for the target system, and not native inputs.
Return the source code location of PACKAGE as a <location> record, or #f if it is not known.
Return true if P is "hidden"--i.e., must not be visible to user interfaces.
Return the derivation corresponding to ORIGIN.
Look up NAME among PACKAGE's direct inputs. Return it if found, #f otherwise.
Return the derivation to build BAG for SYSTEM. Optionally, CONTEXT can be a package object describing the context in which the call occurs, for improved error reporting.
Return a procedure that, given a package, applies PROC to all the packages depended on and returns the resulting package. The procedure stops recursion when CUT? returns true for a given package. When DEEP? is true, PROC is applied to implicit inputs as well.