jable/project.clj

11 lines
404 B
Clojure

(defproject jable "0.1.0-SNAPSHOT"
:description "Jepsen tests for the Sable IRCd"
:url "https://git.tf/val/jable/"
:license {:name "AGPL-3.0-only"
:url "https://www.gnu.org/licenses/agpl-3.0.txt"}
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/data.json "2.4.0"]
[jepsen "0.3.3"]]
:repl-options {:init-ns jable.core}
:main jable.cli)