A port of clojure/core.specs.alpha library to ClojureCLR.
From the parent's README:
core.specs.alpha is a Clojure library containining specs to describe Clojure core macros and functions.
Clojure 1.9 & following depend 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.
Latest stable release: 0.4.74
deps.edn dependency information:
io.github.clojure/clr.core.specs.alpha {:git/tag "v0.4.74" :git/sha "e53b34f"}
Nuget reference:
PM> Install-Package clojure.core.specs.alpha -Version 0.4.74
Leiningen/Clojars dependency information:
[org.clojure.clr/core.specs.alpha "0.4.74"]
Copyright (c) Rich Hickey, and contributors, 2017. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.