dactyl-manuform/project.clj

15 lines
562 B
Clojure
Raw Permalink Normal View History

2015-12-02 13:19:52 +08:00
(defproject dactyl-keyboard "0.1.0-SNAPSHOT"
:description "A parametrized, split-hand, concave, columnar, erogonomic keyboard"
2015-03-07 07:26:01 +08:00
:url "http://example.com/FIXME"
:main dactyl-keyboard.dactyl
2015-03-07 07:26:01 +08:00
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
2018-04-12 08:15:36 +08:00
:plugins [[lein-auto "0.1.3"]
[lein-exec "0.3.7"]]
:aliases {"generate" ["exec" "-p" "src/dactyl_keyboard/dactyl.clj"]}
2015-12-04 12:45:05 +08:00
:dependencies [[org.clojure/clojure "1.7.0"]
2015-03-07 07:26:01 +08:00
[unicode-math "0.2.0"]
2015-12-02 13:19:52 +08:00
[scad-clj "0.4.0"]])