Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clojure/data.generators
Random data generators
https://github.com/clojure/data.generators
Last synced: 4 days ago
JSON representation
Random data generators
- Host: GitHub
- URL: https://github.com/clojure/data.generators
- Owner: clojure
- License: epl-1.0
- Created: 2012-10-19T20:50:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T18:00:21.000Z (5 months ago)
- Last Synced: 2024-11-21T12:28:24.282Z (about 1 month ago)
- Language: Clojure
- Size: 82 KB
- Stars: 89
- Watchers: 31
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
clojure.data.generators
========================================Generators for random Clojure data.
Releases and Dependency Information
========================================This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22data.generators%22)
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~data.generators~~~)[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
```clojure
org.clojure/data.generators {:mvn/version "1.1.0"}
```[Leiningen](https://github.com/technomancy/leiningen) dependency information:
[org.clojure/data.generators "1.1.0"]
[Maven](https://maven.apache.org/) dependency information:
org.clojure
data.generators
1.1.0
Developer Information
========================================* [GitHub project](https://github.com/clojure/data.generators)
* [API docs](https://clojure.github.io/data.generators/)
* [Bug Tracker](https://clojure.atlassian.net/browse/DGEN)
* [Continuous Integration](https://github.com/clojure/data.generators/actions/workflows/test.yml)Copyright and License
========================================Copyright (c) Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0/) 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.