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 new channel introduction: COMMIT is the introductory where authentication starts, and SIGNER is the OpenPGP fingerprint (a bytevector) of the signer of that commit.
Return as a monadic value the derivation that builds the profile for the latest instances of CHANNELS. CURRENT-CHANNELS and VALIDATE-PULL are passed to 'latest-channel-instances'.
Return the list of jobs of evaluation EVALUATION-ID.
Return the list of queued derivations on URL.
Return the build associated with JOB.
Return the job history for the SPECIFICATION jobs which names are part of the JOBS list, from the CI server at URL. Limit the history to the latest LIMIT evaluations.
Return the latest evaluations performed by the CI server at URL. If SPEC is passed, only consider the evaluations for the given SPEC specification.
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.