about summary refs log tree commit diff stats
path: root/project.clj
blob: 3d3d3f5a4d564159d0361fc384ff1dd2d2b52e6e (plain)
1
2
3
4
5
6
(defproject microformats "0.1.0-SNAPSHOT"
  :description "HTML microformats parser"
  :url "https://github.com/alanpearce/microformats"
  :license {:name "MIT License"
            :url "http://opensource.org/licenses/MIT"}
  :dependencies [[org.clojure/clojure "1.6.0"]])