File: p1.clj

package info (click to toggle)
leiningen-clojure 2.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: xml: 916; sh: 760; lisp: 46; makefile: 34; java: 16
file content (14 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject leiningen "2.0.0-SNAPSHOT"
  :description "Automate Clojure projects without setting your hair on fire."
  :url "https://github.com/technomancy/leiningen"
  :license {:name "Eclipse Public License"}
  :dependencies [[leiningen-core "2.0.0-SNAPSHOT"]
                 [clucy "0.2.2" :exclusions [org.clojure/clojure]]
                 [lancet "1.0.1"]
                 [robert/hooke "1.1.2"]
                 [stencil "0.2.0"]
                 ["net.3scale/3scale-api" "3.0.2"]
                 ["clj-http" "3.4.1"]]
  :twelve ~(+ 6 2 4)
  :disable-implicit-clean true
  :eval-in-leiningen true)