File: project.clj

package info (click to toggle)
sjacket-clojure 0.1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 568 kB
  • sloc: xml: 77; makefile: 5; sh: 3
file content (8 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
(defproject org.clojars.trptcolin/sjacket "0.1.1.1"
  :description "Structural code transformations for the masses."
  :url "http://github.com/cgrand/sjacket/"
  :license {:name "Eclipse Public License 1.0"}
  :dependencies [[org.clojure/clojure "[1.3.0,)"]
                 [net.cgrand/regex "1.1.0"]
                 [net.cgrand/parsley "0.9.2"]])