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.
Read STR, an ASCII-armored OpenPGP packet, and return the corresponding OpenPGP record.
Read from PORT an OpenPGP keyring in binary format; return a keyring based on all the OpenPGP primary keys that were read. The returned keyring complements KEYRING. LIMIT is the maximum number of keys to read, or -1 if there is no limit.
Return the source code location of the definition of FIELD for PACKAGE, or #f if it could not be determined.
Return the propagated inputs of PACKAGE, and their propagated inputs, recursively.
Same as 'package-transitive-target-inputs', but applied to a bag.
Return the list of search paths for PACKAGE and its propagated inputs, recursively.
Return true if P is "hidden"--i.e., must not be visible to user interfaces.
Return the derivation corresponding to ORIGIN.
Return PACKAGE's direct sources, and their direct sources, recursively.
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.