cryogen-core/project.clj
2014-12-04 11:49:27 -05:00

6 lines
244 B
Clojure

(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"}
:dependencies [])