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.
Build the given package, applying all of PHASES in order.
Build SOURCE that normally uses soong, and with INPUTS.
Return a bag for NAME.
Take a filename as file that corresponds to the name of the file containing the manifest in xml form, and url, the url of the repository from which the file was downloaded. Return a parsed manifest as an android-manifest object.
Download a manifest from a repository (url) at a given branch (version). Return an android-manifest object.
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.