Package: clj-kondo Version: 2021.03.22-0+70.1 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 35181 Filename: ./amd64/clj-kondo_2021.03.22-0+70.1_amd64.deb Size: 6721980 MD5sum: ca96f44bca6cd691ca0a64627cfaa8bb SHA1: ef101b92087b6aa93765735edc0a0c6ac44ca710 SHA256: 10010481c0a5bfbdfb7cfe7568601531f8a94da5359f56751c03652e5e124093 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: 170a6b8cde53e27df791818433c3934e SHA1: 0d1af622a5f0a2ca13a52eb6ff42237220a76e17 SHA256: 4f067fce23024d09e90889c760b1f8f98889f59b28dc6b5b756659a5d83f5f85 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.