File: project.clj

package info (click to toggle)
scout-clojure 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 132 kB
  • sloc: xml: 70; makefile: 20; sh: 1
file content (10 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
(defproject scout "0.1.1"
  :description "Functional string searching and matching for parsing."
  :url "http://example.com/FIXME"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.3.0"]]
  :plugins [[codox "0.6.1"]]

  :codox {:src-dir-uri "http://github.com/davidsantiago/scout/blob/master/"
          :src-linenum-anchor-prefix "L"})