Introduction
Random Utilities – a bunch of support functions.
Clojure library with helpful functions and macros.
Features
TBW
Installation
To use random:utils in your project, add the following to dependencies section of project.clj
or build.boot
:
[io.randomseed/utils "1.2.34"]
For deps.edn
add the following as an element of a map under :deps
or :extra-deps
key:
io.randomseed/utils {:mvn/version "1.2.34"}
Additionally, if you want to utilize specs and generators provided by the random:utils you can use (in your development profile):
org.clojure/spec.alpha {:mvn/version "0.2.194"}
org.clojure/test.check {:mvn/version "1.1.0"}
You can also download JAR from Clojars.
Sneak peeks
And more…
Documentation
Full documentation including usage examples is available at:
License
Copyright © 2021-2023 Paweł Wilk
random:utils is copyrighted software owned by Paweł Wilk ([email protected]). You may redistribute and/or modify this software as long as you comply with the terms of the GNU Lesser General Public License (version 3).
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Development
Building docs
make docs
Building JAR
make jar
Rebuilding POM
make pom
Signing POM
make sig
Deploying to Clojars
make deploy
Interactive development
bin/repl
Starts REPL and nREPL server (port number is stored in .nrepl-port
).