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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return a fixed-output derivation that fetches REF, an <android-repo-reference> object. The output is expected to have recursive hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if unset.
Return the version string for packages using android-repo-download.
Browse services which type is part of the TYPES list, using Avahi. The search is restricted to services with the given FAMILY. Each time a service is found or removed, PROC is called and passed as argument the corresponding AVAHI-SERVICE record. If a service is available on multiple network interfaces, it will only be reported on the first interface found.
This procedure starts a new thread running the Avahi event loop. It exits when STOP-LOOP? procedure returns true.
Publish the service TYPE using Avahi, for the given PORT, on all interfaces and for all protocols. Also, advertise the given TXT record list.
This procedure starts a new thread running the Avahi event loop. It exits when STOP-LOOP? procedure returns true.
Return the bytevector whose hexadecimal representation is string S.
Return the hexadecimal representation of BV's contents.
Return the binary representation of base32 string S as a bytevector.
Return a base32 encoding of BV using BASE32-CHARS as the alphabet.
Return a base32 encoding of BV using BASE32-CHARS as the alphabet.
Return the binary representation of base32 string S as a bytevector.