File: README.md

package info (click to toggle)
data-generators-clojure 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: xml: 22; sh: 20; makefile: 14
file content (46 lines) | stat: -rw-r--r-- 1,731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
clojure.data.generators
========================================

Generators for random Clojure data.

Releases and Dependency Information
========================================

* [All Released Versions](http://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~~~)

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

    [org.clojure/data.generators "0.1.2"]

[Maven](http://maven.apache.org/) dependency information:

    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>data.generators</artifactId>
      <version>0.1.2</version>
    </dependency>

Developer Information
========================================

* [GitHub project](https://github.com/clojure/data.generators)

* [API docs](http://clojure.github.io/data.generators/)

* [Bug Tracker](http://dev.clojure.org/jira/browse/DGEN)

* [Continuous Integration](http://build.clojure.org/job/data.generators/)

* [Compatibility Test Matrix](http://build.clojure.org/job/data.generators-test-matrix/)

Change Log
====================

* Just getting started

Copyright and License
========================================

Copyright (c) 2012 Rich Hickey. 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.