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.
Import OPAM package NAME from REPO, a list of repository names, URLs, or file names. Return a 'package' sexp or #f on failure.
Return an S-expression representing the source code that produces PACKAGE when evaluated.
Given a Python PACKAGE built from pypi.org, return the name of the package on PyPI.
Try different project name substitution until the result is found in pypi-uri. Downcase is required for "uWSGI", and underscores are required for flake8-array-spacing.
Given METADATA, a Wheel metadata file, return a list of lists of requirements.
Refer to the documentation of PARSE-REQUIRES.TXT for a description of the returned value.
Given a specification SPEC, return the requirement name.
Given REQUIRES.TXT, a path to a Setuptools requires.txt file, return a list of lists of requirements.
The first list contains the required dependencies while the second the optional test dependencies. Note that currently, optional, non-test dependencies are omitted since these can be difficult or expensive to satisfy.
Find the metadata for NAME in the TeX Live database and return the associated Guix package, or #f on failure. Fetch metadata for a specific version whenever VERSION keyword is specified. Otherwise, grab package latest release. When DATABASE is provided, fetch metadata from there, ignoring VERSION.