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.
Fetch the metadata for PACKAGE-NAME from metacpan.org, and return the `package' s-expression corresponding to that package, or #f on failure.
Replace 'https://cpan.metacpan.org' in URL with 'mirror://cpan'.
Return true if PACKAGE is an R package from Bioconductor.
Return a set of strings corresponding to R libraries that are directly referenced by namespace on LINE.
Return true if PACKAGE is an R package from CRAN.
Return true if PACKAGE is an R experiment package from Bioconductor.
Return the `package' s-expression for an R package published on REPOSITORY from the alist META, which was derived from the R package's DESCRIPTION file.
Return true if PACKAGE is an R data package from Bioconductor.
Return an alist of the contents of the DESCRIPTION file for the R package NAME at VERSION in the given REPOSITORY, or #f in case of failure. NAME is case-sensitive.