Package: clj-kondo Version: 2021.03.22-0+70.1 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 35054 Filename: ./amd64/clj-kondo_2021.03.22-0+70.1_amd64.deb Size: 6697312 MD5sum: 934a9a842c2753f5bf4e37cd216f692d SHA1: b790023e2dc783463edf7280eaf07cd49ee5eae3 SHA256: 27e6da8b00ec24c30d19a301a267d90f53b71069aa5406d77d54cd4919d8142b 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: 96610e2e7e332c40933c795a29e975a3 SHA1: 56a3f346af1229cd574d594a509816c5ec831327 SHA256: 8599c274338a76e7c6277dd38f7227e1c71f101027afca7d60cd3bda609020c3 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.