File: project.clj

package info (click to toggle)
parsley-clojure 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 180 kB
  • sloc: xml: 119; makefile: 10; sh: 1
file content (7 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
(defproject net.cgrand/parsley "0.9.3"
  :description "a generator of total and truly incremental parsers"
  :url "http://github.com/cgrand/parsley/"
  :license {:name "Eclipse Public License 1.0"}
  :dependencies [[org.clojure/clojure "1.4.0"]
                 [net.cgrand/regex "1.1.0"]])