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
445 B
Clojure
Raw Normal View History

2014-03-25 09:03:56 -04:00
(defproject clj-metasearch "0.1.0-SNAPSHOT"
:description "Helper functions for searching through Clojure namespaces for vars containing specific bits of metadata."
:url "http://example.com/FIXME"
: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"]])