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.
Build the given Clojure 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.
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.
Convert PATH to a clojure library string.
Return the substring of FILE without its extension, if any.
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.
Given class file CLASS and clojure library symbol LIB, decide if CLASS results from compiling LIB.