Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 978 Bytes

README.org

File metadata and controls

38 lines (31 loc) · 978 Bytes

cloboss

cloboss was forked from the immutant project. It is currently being revived. Wildfly and ruby have been removed. Wildfly support may return in the future. There have been minor changes that will be reflected in updates to the docs soon.

cloboss is an integrated suite of libraries providing commodity services for Clojure applications. This README covers building cloboss.

installation

Leiningen

[org.cloboss/cloboss "2.2.0-SNAPSHOT"]

maven

<dependency>
  <groupId>org.cloboss</groupId>
  <artifactId>cloboss</artifactId>
  <version>2.2.0-SNAPSHOT</version>
</dependency>

building

from the root of the project, run:

lein modules all

license

cloboss is licensed under the Apache License, v2.