forked from macourtney/clojure-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (13 loc) · 652 Bytes
/
README
File metadata and controls
23 lines (13 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# clojure-tools
Clojure tools is a set of utilities pulled out of Conjure. Clojure tools should not be confused with the newer
clojure.tools libraries which was created from clojure.contrib.
## Usage
To use the utilities in this package, simply include their namespaces.
## Installation
To include clojure tools in your project add the following to your project.clj file:
[clojure-tools "X.X.X"]
Where, X.X.X is the latest version of clojure-tools. You can find the latest released version of clojure-tools at:
http://clojars.org/clojure-tools
## License
Copyright (C) 2010 Matthew Courtney
Distributed under the Apache License, Version 2.0.