_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


generate-checksums (dir-name)
Channel: guix
Location: guix/build/cargo-utils.scm (guix build cargo-utils)
Documentation:

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.

chicken-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/chicken-build-system.scm (guix build chicken-build-system)
Documentation:

Build the given Chicken package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/chicken-build-system.scm (guix build chicken-build-system)
reset-class-timestamps (#:key outputs)
Channel: guix
Location: guix/build/clojure-build-system.scm (guix build clojure-build-system)
Documentation:

Unpack all jar archives, reset the timestamp of all contained class files, and repack them. This is necessary to ensure that archives are reproducible.

%standard-phases
Channel: guix
Location: guix/build/clojure-build-system.scm (guix build clojure-build-system)
clojure-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/clojure-build-system.scm (guix build clojure-build-system)
Documentation:

Build the given Clojure package, applying all of PHASES in order.

%test-dirs
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
install-doc (#:key doc-dirs doc-regex outputs)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

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.

%omit-source?
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
include-list\exclude-list (include-list exclude-list #:key all-list)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

Given INCLUDE-LIST and EXCLUDE-LIST, replace all occurrences of #:all by slicing ALL-LIST into them and compute their list difference.

%main-class
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
%aot-include
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
find-files* (base-dir . args)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

Similar to 'find-files', but with BASE-DIR stripped and result canonicalized.

package-name->jar-names (name)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

Given NAME, a package name like "foo-0.9.1b", return the list of default jar names: ("foo-0.9.1b.jar" "foo.jar").

%doc-regex
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
define-with-docs
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
%test-include
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
find-clojure-libs (base-dir #:key clojure-regex)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

Return the list of clojure libraries found under BASE-DIR.

CLOJURE-REGEX can be compiled or uncompiled.

eval-with-clojure (expr extra-paths)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

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.

%tests?
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
file-sans-extension (file)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

Return the substring of FILE without its extension, if any.

create-jar (output-jar dir-files-alist #:key verbose? compress? main-class)
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Documentation:

Given DIR-FILES-ALIST, an alist of the form: ((DIR . FILES) ...) Create jar named OUTPUT-JAR from FILES with DIR stripped.

%java-compile-dir
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
%source-dirs
Channel: guix
Location: guix/build/clojure-utils.scm (guix build clojure-utils)
Total public symbols: 86650