Skip to content

shchipts/utilities-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utilities library for clojure projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published