-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.clj
More file actions
14 lines (14 loc) · 745 Bytes
/
Copy pathproject.clj
File metadata and controls
14 lines (14 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject gnl/ghostwheel.specs "0.3.9"
:description "A collection of third-party library specs for Clojure written in Ghostwheel's gspec syntax"
:url "https://github.com/gnl/ghostwheel.specs"
:scm {:name "git"
:url "https://github.com/gnl/ghostwheel.specs"}
:license {:name "Eclipse Public License"
:url "https://choosealicense.com/licenses/epl-2.0/"}
:deploy-repositories [["releases" :clojars]
["snapshots" :clojars]]
:dependencies [[gnl/ghostwheel "0.3.9"]]
:profiles {:dev {:dependencies [[org.clojure/clojurescript "1.10.520"]
[org.clojure/clojure "1.10.0"]]}}
:source-paths ["src"]
:clean-targets ^{:protect false} ["target" "resources"])