Package: clj-kondo Version: 2021.03.22-0+70.1 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 35970 Filename: ./amd64/clj-kondo_2021.03.22-0+70.1_amd64.deb Size: 6985332 MD5sum: aec85150060c6dc7a99e72d8896ce244 SHA1: ab7a5a650685c30b58594d729ad85db8306462c1 SHA256: 4387727b287c1a959b520f12fa8352a466f6c15def06facce14c3772c8abb790 Section: linters Priority: optional Homepage: https://github.com/borkdude/clj-kondo Description: A linter for Clojure code that sparks joy Clj-kondo performs static analysis on Clojure, ClojureScript and EDN, without the need of a running REPL. It informs you about potential errors while you are typing. Package: clojure Version: 1.10.1.763-1+28.1 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 2 Filename: ./amd64/clojure_1.10.1.763-1+28.1_amd64.deb Size: 1048 MD5sum: 5eb9e180966285b5436eeba6c2a66751 SHA1: e7db5398053f16db2ddc83fd2162f4ae94bc658a SHA256: 4ff8f8669aea0107905b91950cab5d93e061ce83c7589bc904c4ca6a17d3c644 Section: languages Priority: optional Homepage: https://github.com/borkdude/clojure Description: A modern Lisp dialect running on the JVM Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language, yet remains completely dynamic – every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection.