Orchard 0.4.0

Released under the Eclipse Public License

A fertile ground for Clojure tooling.

Installation

To install, add the following dependency to your project or build file:

[cider/orchard "0.4.0"]

Namespaces

orchard.apropos

Search symbols and docs matching a regular expression

Public variables and functions:

orchard.classloader

Public variables and functions:

orchard.classpath

A simple wrapper around `clojure.java.classpath` that is Boot-aware.

Public variables and functions:

orchard.core

Public variables and functions:

    orchard.eldoc

    Some helper functions to support eldoc-like functionality
    in editors.

    Public variables and functions:

    orchard.info

    orchard.inspect

    Clojure data structure inspection functionality.
    This code has a long history and at various points of
    time it lived in different projects. Originally
    it was part of swank-clojure, afterwards it was moved to
    javert, then forked to another project from which it
    was contributed to cider-nrepl. Finally cider-nrepl
    was split into two libraries and the code ended up here.

    orchard.java

    Info for Java classes and members

    orchard.java.parser

    Source and docstring info for Java classes and members

    orchard.meta

    Utility functions for extracting and manipulating metadata.

    orchard.misc

    orchard.namespace

    Utilities for resolving and loading namespaces

    orchard.query

    Query for namespaces and vars

    Public variables and functions:

    orchard.spec