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 list of services with the given NAME (a symbol).
Return a gexp that evaluates to a list of POSIX shell statements defining VARIABLES, a list of environment variable name/value pairs. The returned code ensures variable values are properly quoted.
Return a service that extends TARGET with VALUE. This works by creating a singleton service type NAME, of which the returned service is an instance.
Return a gexp that evaluates to a list of POSIX shell statements defining VARIABLES, a list of variable name/value pairs, as shell variables (not environment variables). The returned code ensures variable values are properly quoted.
Insert EXP, a gexp, in a lexical environment providing the 'shell-single-quote' and 'shell-double-quote' bindings.
If FILE is a Home generation GC root such as "guix-home-42-link", return its corresponding base---e.g., "guix-home". Otherwise return #f.
This is similar to the 'generation-profile' procedure but applied to Home generations.