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 hexadecimal representation of a random number.
Return true if files A and B have the same type and same content. Call STAT to obtain file metadata.
Return a random bytevector of N bytes.
Return #t if FILE is in the store, is read-only, and its mtime is 1.
Return true if we can reach the Internet.
Search the bootstrap binary FILE-NAME for SYSTEM. Raise an error if not found.
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 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.)
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.
Return true if package PACKAGE is "tunable"--i.e., if tuning it for the host CPU is worthwhile.
Return package P tuned for MICRO-ARCHITECTURE.
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 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.
Show basic help for package transformation options.