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 list of clojure libraries found under BASE-DIR.
CLOJURE-REGEX can be compiled or uncompiled.
Evaluate EXPR with clojure.
EXPR must be a s-expression writable by guile and readable by clojure. For examples, '(require '[clojure.string]) will not work, because the guile writer converts brackets to parentheses.
EXTRA-PATHS is a list of paths which will be appended to $CLASSPATH.
Given DIR-FILES-ALIST, an alist of the form: ((DIR . FILES) ...) Create jar named OUTPUT-JAR from FILES with DIR stripped.
Build the given package, applying all of PHASES in order.
Compile FILES, a list of source files taken from SOURCE-DIRECTORY, to BUILD-DIRECTORY, using up to WORKERS parallel workers. The resulting object files are for HOST, a GNU triplet such as "x86_64-linux-gnu".
Build the given package, applying all of PHASES in order.
Build the given package, applying all of PHASES in order.
Fetch REVISION from MODULE of CVS-ROOT-DIRECTORY into DIRECTORY. REVISION must either be a date in ISO-8601 format (e.g. "2012-12-21") or a CVS tag. Return #t on success, #f otherwise.
Update the '.gnu_debuglink' CRCs found in ELF files of NEW-OUTPUTS, provided NEW-OUTPUTS contains a "debug" output, such that those CRCs match those of the corresponding '.debug' files found in the "debug" output.
This procedure is meant to be used as a "grafting hook" by (guix build graft).
Return two values: the '.gnu_debuglink' file name of ELF and its CRC. Return #f for both if ELF lacks a '.gnu_debuglink' section.
Compute the CRC of DEBUG-FILE and set it as the '.gnu_debuglink' CRC in FILE.
Compute the 32-bit CRC used in in '.gnu_debuglink' over the data read from PORT and return it.
Download and extract to OUTPUT the normalized archive for ITEM, a store item. Return #t on success, #f otherwise.
If STORE-PATH is the file name of a store entry, return an abbreviation of STORE-PATH for display, showing PREFIX-LENGTH characters of the hash. Otherwise return STORE-PATH.
Like 'open-socket-for-uri', but also handle HTTPS connections. When VERIFY-CERTIFICATE? is true, verify HTTPS server certificates.