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 package ORIGINAL with all PATCHES appended to its list of patches.
Return the package that supersedes P, or #f if P is still current.
Return the "target inputs" of BAG, recursively.
Return the output path of PACKAGE's OUTPUT for SYSTEM---where OUTPUT is the symbolic output name, such as "out". Note that this procedure calls `package-derivation', which is costly.
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.
Return the derivation or file corresponding to SOURCE, which can be an a file name or any object handled by 'lower-object', such as an <origin>. When SOURCE is a file name, return either the interned file name (if SOURCE is outside of the store) or SOURCE itself (if SOURCE is already a store item.)