Package: clj-kondo Version: 2021.03.22-0+70.1 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 36093 Filename: ./amd64/clj-kondo_2021.03.22-0+70.1_amd64.deb Size: 7010456 MD5sum: 683efb7d2021b51af227bec785f76d60 SHA1: 5f70a70121028ad82c2446647182b037c218ebf5 SHA256: d9de9da9788b68ab9d75a22e935794a5c0779bdb084d64306c8f0dcaded3d1d4 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: 9cb776b7abec74df112cef15f8c2ac3a SHA1: bcf4ff89f1e69f2beb20747d963296c7435a7d7c SHA256: 40468a4304f6a305df32d24eb6faa5a2acf05fa7f182a9bb14430acf4c386871 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.