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.
Search in FILE for a top-level definition created using DEFINE-PREFIX, with the defined term alphabetically succeeds TERM. Return the location if found, or #f otherwise.
Return the string from TESTS that is the closest from the TRIAL, according to 'string-distance'. If the TESTS are too far from TRIAL, according to THRESHOLD, then #f is returned.
Return the Guix package name for a given package NAME.
Return #t when A denotes a version strictly newer than B.
Does the operating system of TARGET use the Linux kernel?
Return an input port that wraps PORT such that all newlines consist of a single linefeed.
Return a guess of the GNU triplet corresponding to Nix system identifier SYSTEM.
Search in FILE for a top-level definition created using DEFINE-PREFIX, with the defined term compared to TERM through PRED. Return the location if PRED returns #t, or #f otherwise.
Return ARGS augmented with any keyword/value from DEFAULTS for keywords not already present in ARGS.
Replace all occurrences of SUBSTR in the START--END range of STR by REPLACEMENT.
Delete the expression specified by SOURCE-PROPERTIES.
Return an input port where INPUT is decompressed according to COMPRESSION, a symbol such as 'xz.
Compute the Levenshtein distance between two strings.
Return #t if the running Guile version is greater than STR.
Return TARBALL without its .tar.* or .zip extension.