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 the evaluations among the latest LIMIT evaluations that have COMMIT as one of their inputs.
Look up build ID at URL and return it. Raise &http-get-error if it is not found (404).
Return the list of queued derivations on URL.
Return a channel inheriting from CHAN but which commit field is set to the latest commit with available substitutes for the Guix package definitions at URL. The current system is taken into account.
If no commit with available substitutes were found, the commit field is set to false and a warning message is printed.
Return STR with extra ANSI color attributes if PORT supports it.
Return a procedure that, given a string, colorizes according to RULES. RULES must be a list of regexp/color pairs; the whole match of a regexp is colorized with the corresponding color.
Return STR with extra ANSI color attributes if PORT supports it.
Return a copy of STR colorized using ANSI escape sequences according to COLOR. At the end of the returned string, the color attributes are reset such that subsequent output will not have any colors in effect.