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 the path of the current output's Python site-package.
Prepend the site-package of OUTPUT to GUIX_PYTHONPATH. This is useful when running checks after installing the package.
Build the given package, applying all of PHASES in order.
Implement qt-build-systems's phase "qt-wrap": look for executables in "bin", "sbin" and "libexec" of all outputs and create wrappers with suitably set environment variables if found.
Wrapping is not applied to outputs whose name is listed in QT-WRAP-EXCLUDED-OUTPUTS. This is useful when an output is known not to contain any Qt binaries, and where wrapping would gratuitously add a dependency of that output on Qt.
Wrap the specified program (which must reside in the OUTPUT's "/bin" directory) with suitably set environment variables.
This is like qt-build-systems's phase "qt-wrap", but only the named program is wrapped.
Build the given R package, applying all of PHASES in order.
Build the given Perl6 package, applying all of PHASES in order.
Build the given Erlang package, applying all of PHASES in order.
Build the given Ren'py package, applying all of PHASES in order.
Build a given SCons application, applying all of PHASES in order.
Copy ITEM, a store item, to the store under TARGET, the target root directory. When DEDUPLICATE? is true, deduplicate it within TARGET.
Return an estimate of the size of the closure described by REFERENCE-GRAPHS, a list of reference-graph files.