1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: tools-analyzer-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders:
Apollon Oikonomopoulos <apoikos@debian.org>,
Build-Depends:
debhelper-compat (= 13),
default-jdk,
javahelper,
leiningen,
libclojure-java,
libcomplete-clojure <!nocheck>,
libnrepl-clojure <!nocheck>,
maven-repo-helper,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/clojure-team/tools-analyzer-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/tools-analyzer-clojure
Homepage: https://github.com/clojure/tools.analyzer
Rules-Requires-Root: no
Package: libtools-analyzer-clojure
Architecture: all
Depends:
${java:Depends},
${misc:Depends},
Recommends:
${java:Recommends},
Description: analyzer for host agnostic Clojure code
An analyzer for host agnostic Clojure code, written in Clojure and producing
AST in EDN.
The analyzer in this library should not to be used directly as it lacks any
knowledge about host-specific special forms and it should only be considered
as a building platform for host-specific analyzers
|