File: project.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 (4 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (4)
1
2
3
4
(defproject org.domain/tricky-name "1.0"
  :description "One with a tricky group and project name"
  :dependencies [[org.clojure/clojure "1.3.0"]]
  :main ^{:skip-aot true} org.domain.tricky-name.core)