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.
Synchronous fetch of the various repositories specified in manifest, an android-manifest object. The repositories are cloned in a common directory under %repository-cache-directory. This repository depends on the contents of the manifest file, so you can end up with multiple checkouts if you fetch multiple versions.
Each project is downloaded in a subdirectory that is specified by the manifest, files are copied and symlinked as specified. This function is supposed to mimick the behavior of the repo tool.
Import a package called module-name, by looking for it in the bp-files, with help from manifest to find the original source repository.
Resolve an IRI from a base IRI and a relative reference. This is an implementation of the URI resolving algorithm described in section 5.2 of RFC3986. See https://tools.ietf.org/html/rfc3986.