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.
Call PROC with a wrapper around PORT, a file port, that compresses data that goes to PORT according to COMPRESSION, a symbol such as 'xz. OPTIONS is a list of command-line arguments passed to the compression program.
Does TARGET represent the GNU(/Hurd) system?
Return ARGS augmented with any keyword/value from DEFAULTS for keywords not already present in ARGS.
Return "major>.<minor>.<point>", where major, minor and point are the major, minor and point version numbers from the version-string. For example, (version-major+minor+point "6.4.5.2") returns "6.4.5" or (version-major+minor+point "1.19.2-2581-324ca14c3003") returns "1.19.2".
Does TARGET represent the 32bit GNU(/Hurd) system?
Return #t when A denotes a version strictly newer than B.
Return an input port where INPUT is decompressed according to COMPRESSION, a symbol such as 'xz.
Is TARGET a BPF (Berkeley Packet Filter) virtual machine target?
Return the substring of FILE without its extension, if any.
Is the architecture of TARGET little-endian?
Return a guess of the GNU triplet corresponding to Nix system identifier SYSTEM.
Return true if FILE denotes a compressed file.
Insert EXPR before the top-level expression specified by SOURCE-PROPERTIES.
Return #t if the running Guile version is greater than STR.
Is the architecture of TARGET a variant of Intel's 32-bit architecture (IA32)?
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.