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 package called NAME that contains a wrapper for the 'ld' program of BINUTILS, which adds '-rpath' flags to the actual 'ld' command line. The wrapper uses GUILE and BASH.
TARGET must be a one-argument procedure that, given a system type, returns a cross-compilation target triplet or #f. When the result is not #f, make a wrapper for the cross-linker for that target, called 'TARGET-ld'. To use a different linker than the default "ld", such as "ld.gold" the linker name can be provided via the LINKER argument.