forked from Zensight/clj-vw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
17 lines (16 loc) · 758 Bytes
/
project.clj
File metadata and controls
17 lines (16 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;; Copyright (c) 2014 Engagor
;;
;; The use and distribution terms for this software are covered by the
;; BSD License (http://opensource.org/licenses/BSD-2-Clause)
;; which can be found in the file LICENSE at the root of this distribution.
;; By using this software in any fashion, you are agreeing to be bound by
;; the terms of this license.
;; You must not remove this notice, or any other, from this software.
(defproject engagor/clj-vw "1.1.2"
:description "Clojure client and wrapper for vowpal wabbit"
:url "https://github.com/engagor/clj-vw"
:license {:name "BSD C2"
:url "http://opensource.org/licenses/BSD-2-Clause"}
:plugins [[codox "0.8.10"]]
:dependencies [[org.clojure/clojure "1.6.0"]]
:resource-paths ["resources"])