Skip to content

Commit dd36c1c

Browse files
author
jj
committed
Adding some of my libraries and lein plugins
Includes ring-http-exchange adapter, boa-sql, majavat templating engine, and lein-archive, lein-copy-deps, lein cavalo, lein-bump and lein-strict-check leiningen plugins
1 parent 02146cb commit dd36c1c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

projects.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ selmer:
120120
categories: [Template Languages]
121121
platforms: [clj]
122122

123+
majavat:
124+
name: Majavat
125+
url: https://github.com/ruroru/majavat
126+
categories: [Template Languages]
127+
platforms: [clj]
128+
123129
hiccup:
124130
name: Hiccup
125131
url: https://github.com/weavejester/hiccup
@@ -326,6 +332,12 @@ ring_jetty9_adapter:
326332
categories: [Ring Adapters]
327333
platforms: [clj]
328334

335+
ring_http_exchange:
336+
name: ring-http-exchange
337+
url: https://github.com/ruroru/ring-http-exchange
338+
categories: [Ring Adapters]
339+
platforms: [clj]
340+
329341
rrss:
330342
name: RRSS
331343
url: https://github.com/paraseba/rrss
@@ -560,6 +572,36 @@ lein_ring:
560572
categories: [WAR File Generation, Ring Development, Leiningen Plugins]
561573
platforms: [clj]
562574

575+
lein_archive:
576+
name: lein-archive
577+
url: https://github.com/ruroru/lein-archive
578+
categories: [Leiningen Plugins]
579+
platforms: [clj]
580+
581+
lein_copy_deps:
582+
name: lein-copy-deps
583+
url: https://github.com/ruroru/lein-copy-deps
584+
categories: [Leiningen Plugins]
585+
platforms: [clj]
586+
587+
lein_cavalo:
588+
name: lein-cavalo
589+
url: https://github.com/ruroru/lein-cavalo
590+
categories: [Leiningen Plugins]
591+
platforms: [clj]
592+
593+
lein_bump:
594+
name: lein-bump
595+
url: https://github.com/ruroru/lein-bump
596+
categories: [Leiningen Plugins]
597+
platforms: [clj]
598+
599+
lein_strict_check:
600+
name: lein-strict_check
601+
url: https://github.com/ruroru/lein-strict-check
602+
categories: [Leiningen Plugins]
603+
platforms: [clj]
604+
563605
lein_beanstalk:
564606
name: lein-beanstalk
565607
url: https://github.com/weavejester/lein-beanstalk
@@ -4295,6 +4337,12 @@ hugsql:
42954337
categories: [SQL Abstraction]
42964338
platforms: [clj]
42974339

4340+
boa_sql:
4341+
name: Boa-SQL
4342+
url: https://github.com/ruroru/boa-sql
4343+
categories: [SQL Abstraction]
4344+
platforms: [clj]
4345+
42984346
tagged:
42994347
name: Tagged
43004348
url: https://github.com/miner/tagged

0 commit comments

Comments
 (0)