@@ -30,6 +30,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
3030* https://clojure.github.io/core.match/[core.match] Pattern match and predicate dispatch
3131* https://clojure.github.io/core.memoize/[core.memoize] A manipulable, pluggable, memoization framework
3232* https://clojure.github.io/core.rrb-vector/[core.rrb-vector] RRB-Tree-based vectors
33+ * https://clojure.github.io/core.specs.alpha/[core.specs.alpha] Specs for clojure.core
3334* https://clojure.github.io/core.typed/[core.typed] Gradual typing
3435* https://clojure.github.io/core.unify/[core.unify] Unification library
3536* https://clojure.github.io/data.avl/[data.avl] AVL trees
@@ -48,9 +49,9 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
4849* https://clojure.github.io/java.jmx/[java.jmx] JMX interface
4950* https://clojure.github.io/math.combinatorics/[math.combinatorics] Lazy sequences for common combinatorial functions
5051* https://clojure.github.io/math.numeric-tower/[math.numeric-tower] Math functions and numeric tower
52+ * https://clojure.github.io/spec.alpha/[spec.alpha] Describing the structure of data and functions
5153* https://clojure.github.io/test.generative/[test.generative] Test data generation and execution harness
5254* https://clojure.github.io/tools.analyzer/[tools.analyzer] Analyzer framework for Clojure code
53- * https://clojure.github.io/tools.analyzer.js/[tools.analyzer.js] JavaScript-specific passes for tools.analyzer
5455* https://clojure.github.io/tools.analyzer.jvm/[tools.analyzer.jvm] JVM-specific passes for tools.analyzer
5556* https://clojure.github.io/tools.cli/[tools.cli] Command-line argument processor
5657* https://clojure.github.io/tools.emitter.jvm/[tools.emitter.jvm] JVM bytecode generator
0 commit comments