cryogen-core/project.clj

7 lines
244 B
Clojure
Raw Normal View History

2014-12-04 16:38:48 +00:00
(defproject cryogen-core "0.1.0"
:description "Cryogen's compiler"
:url "https://github.com/lacarmen/cryogen-core"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
2014-12-04 16:49:27 +00:00
:dependencies [])