-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
128 lines (128 loc) · 6.5 KB
/
project.clj
File metadata and controls
128 lines (128 loc) · 6.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
(defproject axiom "0.4.1"
:description "A web application platform"
:url "https://github.com/brosenan/axiom"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]]
:plugins [[lein-monolith "1.0.0"]
[lein-cprint "1.2.0"]
[lein-midje "3.2.1"]
[axiom-clj/permacode "0.1.0-SNAPSHOT"]]
:aliases {"im" ["do"
["midje" ":filter" "-integ"]
["install"]]
"eim" ["monolith" "each" "im"]
"autotest" ["midje" ":autotest" ":filter" "-integ"]
"integ" ["midje" ":filter" "integ"]
"einteg" ["monolith" "each" "integ"]
"epub" ["monolith" "each" "permacode" "publish"]}
:monolith {:project-dirs ["libs/*"]
:inherit [:aliases :plugins]}
:repositories [["releases" {:url "https://clojars.org/repo"
:creds :gpg}]]
:profiles {:dev {:dependencies [[im.chit/lucid.publish "1.2.8"]
[im.chit/hara.string.prose "2.4.8"]]}}
:publish {:theme "bolton"
:template {:site "axiom"
:author "Temporarily Removed"
:email "temporarily@removed.com"
:url "https://github.com/temporarily/removed"}
:output "docs"
:files {"docs"
{:template "docs.html"}
"cloudlog"
{:input "libs/cloudlog/test/cloudlog/core_test.clj"
:title "cloudlog.core"
:subtitle "Rule semantics"}
"cloudlog.interset"
{:input "libs/cloudlog/test/cloudlog/interset_test.clj"
:title "cloudlog.interset"
:subtitle "Intersection Sets"}
"cloudlog.graph"
{:input "libs/cloudlog/test/cloudlog/graph_test.clj"
:title "cloudlog.graph"
:subtitle "Graph Utilities"}
"cloudlog.unify"
{:input "libs/cloudlog/test/cloudlog/unify_test.clj"
:title "cloudlog.unify"
:subtitle "Unification Macro"}
"cloudlog-events"
{:input "libs/cloudlog-events/test/cloudlog_events/core_test.clj"
:title "cloudlog-events.core"
:subtitle "Event Processing"}
"cloudlog-events.testing"
{:input "libs/cloudlog-events/test/cloudlog_events/testing_test.clj"
:title "cloudlog-events.testing"
:subtitle "Test Utilities"}
"cloudlog-events.cache"
{:input "libs/cloudlog-events/test/cloudlog_events/cache_test.clj"
:title "cloudlog-events.cache"
:subtitle "Caching Event Processors"}
"zk-plan"
{:input "libs/zk-plan/test/zk_plan/core_test.clj"
:title "zk-plan.core"
:subtitle "A batch processing framework"}
"rabbit-microservices"
{:input "libs/rabbit-microservices/test/rabbit_microservices/core_test.clj"
:title "rabbit-microservices.core"
:subtitle "A Microservices Framwork Based on RabbitMQ"}
"dynamo"
{:input "libs/dynamo/test/dynamo/core_test.clj"
:title "dynamo.core"
:subtitle "DynamoDB Integration"}
"permacode"
{:input "libs/permacode/test/permacode/core_test.clj"
:title "permacode.core"
:subtitle "Subsetting Clojure"}
"permacode.hasher"
{:input "libs/permacode/test/permacode/hasher_test.clj"
:title "permacode.hasher"
:subtitle "Content Addressable Storage"}
"permacode.validate"
{:input "libs/permacode/test/permacode/validate_test.clj"
:title "permacode.validate"
:subtitle "Static Analysis"}
"permacode.symbols"
{:input "libs/permacode/test/permacode/symbols_test.clj"
:title "permacode.symbols"
:subtitle "Extracting Symbols Used by Expressions"}
"permacode.publish"
{:input "libs/permacode/test/permacode/publish_test.clj"
:title "permacode.publish"
:subtitle "Store Local Code and Get Hashes"}
"migrator"
{:input "libs/migrator/test/migrator/core_test.clj"
:title "migrator.core"
:subtitle "Initiating Data Migrations for Rules"}
"di"
{:input "libs/di/test/di/core_test.clj"
:title "di.core"
:subtitle "Dependency Injection"}
"s3"
{:input "libs/s3/test/s3/core_test.clj"
:title "s3.core"
:subtitle "An Amazon AWS-S3-based Hasher"}
"storm"
{:input "libs/storm/test/storm/core_test.clj"
:title "storm.core"
:subtitle "Converting Cloudlog Rules to Apache Storm Topologies"}
"gateway"
{:input "libs/gateway/test/gateway/core_test.clj"
:title "gateway.core"
:subtitle "Axiom's External Interface"}
"axiom-clj"
{:input "libs/axiom-clj/test/axiom_clj/core_test.clj"
:title "axiom-clj.core"
:subtitle "An Integration of All Dependencies"}
"axiom-cljs"
{:input "libs/axiom-cljs/test/axiom_cljs/core_test.cljs"
:title "axiom-cljs.core"
:subtitle "A Client Library"}
"axiom-cljs.macros"
{:input "libs/axiom-cljs/test/axiom_cljs/macros_test.cljs"
:title "axiom-cljs.macros"
:subtitle "Client-side Macros"}
"lein-axiom"
{:input "libs/lein-axiom/test/leiningen/axiom_test.clj"
:title "leiningen.axiom"
:subtitle "Leiningen tasks for Axiom"}}})