# sparrows **Repository Path**: EmergingTechnologies/sparrows ## Basic Information - **Project Name**: sparrows - **Description**: 各种clojure工具代码 - **Primary Language**: Clojure - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2015-02-26 - **Last Updated**: 2021-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sparrows A Clojure library provides miscellaneous utils. This library also loads `com.taoensso/timbre` logging as dependency. ## Dependencies AES encyption/decryption requres unlimited JCE extension for JVM, see http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters/6481658#6481658 ## Install ``` cd sparrows lein install ``` ## Usage Include the following in `project.clj`, ``` [sparrows "0.1.3"] ``` ## License Copyright © 2015 CL Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.