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 a URI string for the crate package hosted at crates.io corresponding to NAME and VERSION.
Lookup Cargo inputs for NAME defined in MODULE, return an empty list if unavailable.
Return a URI string for the CHICKEN egg corresponding to NAME and VERSION. EXTENSION is the file name extension, such as '.tar.gz'.
Build SOURCE with INPUTS.
Return the default ninja package.
Build SOURCE using CMAKE, and with INPUTS. This assumes that SOURCE provides a 'CMakeLists.txt' file as its build system.
Return the default CMake package.
Build SOURCE using PHP, and with INPUTS. This assumes that SOURCE provides a 'composer.json' file as its build system.