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.
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.
Given NAME, a package name like "foo-0.9.1b", return the list of default jar names: ("foo-0.9.1b.jar" "foo.jar").
Similar to 'find-files', but with BASE-DIR stripped and result canonicalized.
Given INCLUDE-LIST and EXCLUDE-LIST, replace all occurrences of #:all by slicing ALL-LIST into them and compute their list difference.
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.
Convert PATH to a clojure library string.
Given class file CLASS and clojure library symbol LIB, decide if CLASS results from compiling LIB.
Return the substring of FILE without its extension, if any.