File: project.clj

package info (click to toggle)
regex-clojure 0.0~git20130321.1.433265f-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 7
  • sloc: xml: 45; makefile: 28
file content (4 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
(defproject net.cgrand/regex "1.1.0"
  :description "a DSL for people who prefer verbose, composable regexes"
  :url "http://github.com/cgrand/regex/"
  :dependencies [[org.clojure/clojure "[1.2.0,)"]])