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.
Open a connection to the build daemon for tests purposes and return it.
Create a simple file in STORE with CONTENT (a string), compressed according to its file name extension. Return both its file name and its hash.
Return true if we can reach the Internet.
Search the bootstrap binary FILE-NAME for SYSTEM. Raise an error if not found.
Return a random bytevector of N bytes.
Return true if the typical shebang in the current store would exceed Linux's static limit---the BINPRM_BUF_SIZE constant, normally 128 characters all included.
Return true if package PACKAGE is "tunable"--i.e., if tuning it for the host CPU is worthwhile.
Return true if KEY is an option key (as returned while parsing options with %TRANSFORMATION-OPTIONS) corresponding to a package transformation option. For example, (transformation-option-key? 'with-input) => #t.
Return package P changed to use the given upstream VERSION or, if VERSION is #f, the latest known upstream version. When PRESERVE-PATCHES? is true, preserve patches and snippets found in the source of P, provided it's an origin. When AUTHENTICATE? is false, disable OpenPGP signature verification of upstream source code. When PRESERVE-ARCHIVE-TYPE? is true, use the same archive type as P's source (gz, xz, zstd, etc.)
Show basic help for package transformation options.
Return a procedure that, when passed an object to build (package, derivation, etc.), applies the transformations specified by OPTS and returns the resulting objects. OPTS must be a list of symbol/string pairs such as:
((with-branch . "guile-gcrypt=master") (without-tests . "libgcrypt"))
Each symbol names a transformation and the corresponding string is an argument to that transformation.
Return ENTRY with an additional 'transformations' property if it's not already there.
Return true if KEY corresponds to a transformation option whose result can be cached--i.e., the transformation is deterministic and does not depend on external resources.