This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-rhino/project.clj
2013-01-08 16:55:55 +01:00

8 lines
364 B
Clojure

(defproject clj-rhino "0.1.0-SNAPSHOT"
:description "library to ease the interaction between rhino and clojure"
:url "http://github.com/marianoguerra/clj-rhino"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[org.mozilla/rhino "1.7R4"]])