File: project.clj

package info (click to toggle)
crypto-random-clojure 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 20; sh: 2
file content (7 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
(defproject crypto-random "1.2.1"
  :description "Library for generating secure random bytes and strings"
  :url "https://github.com/weavejester/crypto-random"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.7.0"]
                 [commons-codec "1.15"]])