Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clojure/spec.alpha
Clojure library to describe the structure of data and functions
https://github.com/clojure/spec.alpha
Last synced: about 23 hours ago
JSON representation
Clojure library to describe the structure of data and functions
- Host: GitHub
- URL: https://github.com/clojure/spec.alpha
- Owner: clojure
- License: epl-1.0
- Created: 2017-04-26T15:28:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T17:56:20.000Z (5 months ago)
- Last Synced: 2024-11-11T19:11:32.044Z (about 1 month ago)
- Language: Clojure
- Homepage:
- Size: 340 KB
- Stars: 222
- Watchers: 25
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- stars - clojure/spec.alpha - Clojure library to describe the structure of data and functions \[*Eclipse Public License 1.0*\] (⭐️222) (Clojure)
- stars - clojure/spec.alpha - Clojure library to describe the structure of data and functions \[*Eclipse Public License 1.0*\] (⭐️222) (Clojure)
README
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.
NOTE: This library is alpha and subject to breaking changes. At a future point, there will be a non-alpha stable version of this library.
For more information:
* Rationale - https://clojure.org/about/spec
* Guide - https://clojure.org/guides/spec
* Spec split notice - https://groups.google.com/forum/#!msg/clojure/10dbF7w2IQo/ec37TzP5AQAJReleases and Dependency Information
========================================Latest stable release: 0.5.238
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22spec.alpha%22)
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~spec.alpha~~~)[deps.edn](https://clojure.org/guides/deps_edn) dependency information:
org.clojure/spec.alpha {:mvn/version "0.5.238"}
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
[org.clojure/spec.alpha "0.5.238"]
[Maven](https://maven.apache.org/) dependency information:
org.clojure
spec.alpha
0.5.238
Developer Information
========================================* [API docs](https://clojure.github.io/spec.alpha/)
* [GitHub project](https://github.com/clojure/spec.alpha)
* [Changelog](https://github.com/clojure/spec.alpha/blob/master/CHANGES.md)
* [Bug Tracker](https://clojure.atlassian.net/browse/CLJ)
* [Continuous Integration](https://github.com/clojure/spec.alpha/actions/workflows/test.yml)Copyright and License
========================================Copyright (c) Rich Hickey, and contributors, 2018-2023. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://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.