File: README.md

package info (click to toggle)
quoin-clojure 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 124 kB
  • sloc: xml: 65; makefile: 17; sh: 2
file content (21 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# quoin

This is a utility library useful in implemented template engines. I've
written a few of those, so this consolidates some useful functions
into one place to help improvements to one translate to the others. I
will be adding to this over time, I expect. I can't imagine this is of
general interest, but if you see something useful, go for it.

## Usage

Put the following in your project.clj:

```clojure
[quoin "0.1.2"]
```

## License

Copyright © 2012 David Santiago

Distributed under the Eclipse Public License, the same as Clojure.