Liking cljdoc? Tell your friends :D

Utilities-clj

Clojars Project

Utilities library for clojure projects

Components

  • floating-point-comparison - helper for double number comparisons
  • writer - helper for saving data to different file formats
  • reader - helper for reading data in different file formats
  • file - helper for file system operations
  • cmd - helper for program execution in terminal
  • format - helper for different types formatting to string output
  • string-formatter - helper for string formatting
  • benchmark - provides benchmarking functionality

Dependency Information

To include libraries add the following to your :dependencies:

Leiningen

[org.iiasa/utilities-clj "1.1.0"]

Maven

<dependency>
  <groupId>org.iiasa</groupId>
  <artifactId>utilities-clj</artifactId>
  <version>1.1.0</version>
</dependency>

Documentation

License

Copyright © 2021 Anna Shchiptsova, IIASA

Licensed under MIT

Can you improve this documentation? These fine people already did:
Anna Shchiptsova & shchipts
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close