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.
Given DIR-NAME, a store directory, checksum all the files in it one by one and put the result into the file ".cargo-checksum.json" in the same directory.
Build the given Chicken package, applying all of PHASES in order.
Unpack all jar archives, reset the timestamp of all contained class files, and repack them. This is necessary to ensure that archives are reproducible.
Build the given Clojure package, applying all of PHASES in order.
Install the following to the default documentation directory:
1. Top-level files with base name matching DOC-REGEX. 2. All files (recursively) inside DOC-DIRS.
DOC-REGEX can be compiled or uncompiled.
Given INCLUDE-LIST and EXCLUDE-LIST, replace all occurrences of #:all by slicing ALL-LIST into them and compute their list difference.
Similar to 'find-files', but with BASE-DIR stripped and result canonicalized.
Given NAME, a package name like "foo-0.9.1b", return the list of default jar names: ("foo-0.9.1b.jar" "foo.jar").
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.
Return the substring of FILE without its extension, if any.
Given DIR-FILES-ALIST, an alist of the form: ((DIR . FILES) ...) Create jar named OUTPUT-JAR from FILES with DIR stripped.