Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.96 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.96 KB

typed.clj.annotator

Automatic annotator for Typed Clojure and clojure.spec annotations, for JVM Clojure.

Releases and Dependency Information

Latest stable release is 1.0.24.

deps.edn JAR dependency information:

  org.typedclojure/typed.clj.annotator {:mvn/version "1.0.24"}

deps.edn Git dependency information:

  • Note: use clj -Sresolve to resolve the :tag to a :sha
  org.typedclojure/typed.clj.annotator
  {:git/url "https://github.com/typedclojure/typedclojure"
   :deps/root "typed/clj.annotator"
   :tag "1.0.24"}

Leiningen dependency information:

[org.typedclojure/typed.clj.annotator "1.0.24"]

Maven dependency information:

<dependency>
  <groupId>org.typedclojure</groupId>
  <artifactId>typed.clj.annotator</artifactId>
  <version>1.0.24</version>
</dependency>

Documentation

API Reference

YourKit

YourKit is kindly supporting core.typed and other open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products:

License

Copyright © Ambrose Bonnaire-Sergeant, Rich Hickey & contributors.

Licensed under the EPL (see the file epl-v10.html).