File: project.clj

package info (click to toggle)
tools-analyzer-jvm-clojure 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: xml: 50; sh: 23; makefile: 22
file content (15 lines) | stat: -rw-r--r-- 817 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(defproject org.clojure/tools.analyzer.jvm "1.2.3"
  :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.10.x"]
                 [org.clojure/core.memoize "debian"]
                 [org.clojure/tools.reader "debian"]
                 [org.clojure/tools.analyzer "debian"]
                 [org.ow2.asm/asm "debian"]]
  :repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
                 ["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]]
  :local-repo "debian/maven-repo")