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.
Return a package called OLD-NAME and marked as superseded by P, a package object.
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 source code location of the definition of FIELD for PACKAGE, or #f if it could not be determined.
Return the <derivation> object of PACKAGE for SYSTEM.
Look up NAME among PACKAGE's direct inputs. Return it if found, #f otherwise.