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
|
Source: riddley-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper-compat (= 13),
default-jdk,
javahelper,
maven-repo-helper,
libclojure-java,
libnrepl-clojure <!nocheck>,
libcomplete-clojure <!nocheck>,
leiningen
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/clojure-team/riddley-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/riddley-clojure
Homepage: https://github.com/ztellman/riddley
Rules-Requires-Root: no
Package: libriddley-clojure
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
libclojure-java,
Recommends: ${java:Recommends}
Description: code walking library for Clojure
Riddley provides a correct `riddley.walk/macroexpand-all`, which preserves the
binding information in `&env` and expands inlined functions, and
`riddley.walk/walk-exprs`, which is a general mechanism for code walking and
transformation.
|