aboutsummaryrefslogtreecommitdiffstats
path: root/lang/spec.alpha/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/spec.alpha/pkg-descr')
-rw-r--r--lang/spec.alpha/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/spec.alpha/pkg-descr b/lang/spec.alpha/pkg-descr
new file mode 100644
index 000000000000..fa7128643399
--- /dev/null
+++ b/lang/spec.alpha/pkg-descr
@@ -0,0 +1,17 @@
+spec.alpha
+
+spec is a Clojure library to describe the structure of data and functions.
+Specs can be used to validate data, conform (destructure) data, explain
+invalid data, generate examples that conform to the specs, and automatically
+use generative testing to test functions.
+
+Clojure 1.9 depends on this library and provides it to users of Clojure.
+Thus, the recommended way to use this library is to add a dependency on the
+latest version of Clojure 1.9, rather than including it directly. In some
+cases, this library may release more frequently than Clojure. In those cases,
+you can explictly include the latest version of this library with the
+dependency info below.
+
+For more information:
+
+WWW: https://clojure.org/about/spec