Created
December 30, 2014 09:27
-
-
Save capitancook/ce4d4c4ba0bbd2449cd1 to your computer and use it in GitHub Desktop.
project.clj used in this post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defproject clj-fl-example "0.1.0" | |
:description "Human Resources Management System Use cases for the Frame Language library in CLojure. | |
Note that the project contains the dependencies necessary to be used with LightTable too" | |
:dependencies [[org.clojure/clojure "1.6.0"] | |
[clj-time "0.6.0"] | |
[clj-fl "0.1.0-prealfa10"] | |
[lein-light-nrepl "0.0.18"] | |
[adamclements/vijual "0.3.0-SNAPSHOT"]] | |
:repl-options {:nrepl-middleware [lighttable.nrepl.handler/lighttable-ops]}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment