Skip to content

clojure/clr.core.specs.alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clr.core.specs.alpha

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.

Releases

Nuget reference:

PM> Install-Package clojure.core.specs.alpha -Version 0.2.62

Leiningen/Clojars reference:

[org.clojure.clr/core.specs.alpha "0.2.62"]

Notes on the ported code

We are working through a large number of updates that have been made to the original code.

Usage

Copyright and License

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.