first version!
This commit is contained in:
parent
c4be082881
commit
a2c22181f8
|
@ -1,6 +1,6 @@
|
||||||
(defproject clj-metasearch "0.1.0-SNAPSHOT"
|
(defproject clj-metasearch "0.1"
|
||||||
:description "Helper functions for searching through Clojure namespaces for vars containing specific bits of metadata."
|
:description "Helper functions for searching through Clojure namespaces for vars containing specific bits of metadata."
|
||||||
:url "http://example.com/FIXME"
|
:url "https://github.com/gered/clj-metasearch"
|
||||||
:license {:name "MIT License"
|
:license {:name "MIT License"
|
||||||
:url "http://opensource.org/licenses/MIT"}
|
:url "http://opensource.org/licenses/MIT"}
|
||||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||||
|
|
Reference in a new issue