File: project.clj

package info (click to toggle)
leiningen-clojure 2.9.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,348 kB
  • sloc: xml: 881; sh: 770; lisp: 46; makefile: 34; java: 16
file content (8 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
;; This project is used for leiningen's test suite, so don't change
;; any of these values without updating the relevant tests. If you
;; just want a basic project to work from, generate a new one with
;; "lein new".

(defproject nomnomnom "0.5.0-SNAPSHOT"
  :dependencies [[~(symbol "org.clojure" "clojure") ~"1.2.0"]]
  :aot [nom.nom.nom])