Skip to content

Instantly share code, notes, and snippets.

@juxtin
Created February 19, 2016 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juxtin/d6848e340d5075e5cf24 to your computer and use it in GitHub Desktop.
Save juxtin/d6848e340d5075e5cf24 to your computer and use it in GitHub Desktop.
(defproject typed-rbac "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:core.typed {:check [typed-rbac.types]}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.typed "0.3.22"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment