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 source root directory of the Guix found in %load-path.
Does TARGET represent the 64bit GNU(/Hurd) system?
Return a guess of the GNU triplet corresponding to Nix system identifier SYSTEM.
Return the shortest version prefix to unambiguously identify VERSION among VERSIONS. For example:
(version-unique-prefix "2.0" '("3.0" "2.0")) => "2"
(version-unique-prefix "2.2" '("3.0.5" "2.0.9" "2.2.7")) => "2.2"
(version-unique-prefix "27.1" '("27.1")) => ""
Return #t if the running Guile version is greater than STR.
Does TARGET represent the GNU(/Hurd) system?
Return the major version number as string from the version-string.
Is the architecture of TARGET a variant of Intel/AMD's 64-bit architecture (x86_64)?
Return an input port where INPUT is decompressed according to COMPRESSION, a symbol such as 'xz.
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.
Does TARGET represent the 32bit GNU(/Hurd) system?
Return the substring of FILE without its extension, if any.
Insert EXPR before the top-level expression specified by SOURCE-PROPERTIES.
Retrieve value of environment variable denoted by string VARIABLE in the form of a list of strings (`char-set:graphic' tokens) suitable for consumption by `args-fold', if VARIABLE is defined, otherwise return an empty list.
Return an input port where data drained from INPUT is filtered through COMMAND (a list). In addition, return a list of PIDs that the caller must wait. When INPUT is a file port, it must be unbuffered; otherwise, any buffered data is lost.
Return #t when A denotes a version newer or equal to B.
Call 'readlink' until the result is not a symlink.