-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathproject.clj
More file actions
14 lines (14 loc) · 790 Bytes
/
project.clj
File metadata and controls
14 lines (14 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject org.clojure/tools.analyzer.jvm "0.7.3-SNAPSHOT"
:description "Additional jvm-specific passes for tools.analyzer."
:url "https://github.com/clojure/tools.analyzer.jvm"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["src/main/clojure"]
:test-paths ["src/test/clojure"]
:dependencies [[org.clojure/clojure "1.11.4"]
[org.clojure/core.memoize "1.2.273"]
[org.clojure/tools.reader "1.6.0"]
[org.clojure/tools.analyzer "1.2.1"]
[org.ow2.asm/asm "9.9.1"]]
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])