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 procedure that, when given a <shepherd-service> from SERVICES, returns the list of <shepherd-service> that depend on it.
Use PROVISION and REQUIREMENT as one-argument procedures that return the symbols provided/required by a service.
Return a procedure that, when passed a symbol, return the item among SERVICES that provides this symbol. PROVISION must be a one-argument procedure that takes a service and returns the list of symbols it provides.
Return two values: the subset of LIVE (a list of <live-service>) that needs to be unloaded, and the subset of LIVE that needs to be restarted to complete their upgrade.
Return a shepherd action with NAME to send SIGNAL to the running process. The documentation string of the action will be set to DOC. The action will print MESSAGE after sending the signal.
Return a file defining SERVICE.