Package: clj-kondo Version: 2021.03.22-0+70.1 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 36097 Filename: ./amd64/clj-kondo_2021.03.22-0+70.1_amd64.deb Size: 7015896 MD5sum: 532b8363689df16fa6471f9d61ba18b9 SHA1: 6a4d0eda82868ec413627af32a6a8a0c61e7d852 SHA256: 39aaef2c63661ca1fc5540a1fc24d712760d4ed1ce570555d99a20b33d5852f9 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: 1064 MD5sum: f2afea844888f3b26a43e0a6c16f5c2d SHA1: 70c615b198f8258f7e149d2f1d093147abe64bf9 SHA256: d1281147133d71b8b2d5c3ed6b14f378e680d448b533c5a4d0461e8a223fb38c 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.