all repos — archive/microformats @ 31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092

Incomplete Clojure microformats library

Set initial REPL/run namespace

Alan Pearce
commit

31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092

parent

8bfc60aaf991201d3971a2e7d248f729bf2949ae

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M project.cljproject.clj
@@ -4,4 +4,5 @@ :url "https://github.com/alanpearce/microformats"
:license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [[org.clojure/clojure "1.6.0"] - [enlive "1.1.5"]]) + [enlive "1.1.5"]] + :main microformats.parser)