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-metasearch/project.clj

9 lines
449 B
Clojure
Raw Normal View History

2014-04-09 09:42:28 -04:00
(defproject clj-metasearch "0.2"
2014-03-25 09:03:56 -04:00
:description "Helper functions for searching through Clojure namespaces for vars containing specific bits of metadata."
2014-03-25 11:08:59 -04:00
:url "https://github.com/gered/clj-metasearch"
2014-03-25 09:03:56 -04:00
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/java.classpath "0.2.2"]
[org.clojure/tools.namespace "0.2.4"]])