1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: tools-analyzer-clojure
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: clojure (>= 1.8),
debhelper (>= 10),
default-jdk,
javahelper (>= 0.32),
markdown,
maven-repo-helper (>= 1.5~)
Standards-Version: 4.0.0
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
|