From dd36c1c72bcf3bb84de7011f101ced83ce0885c6 Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 18 Oct 2025 18:20:10 +0300 Subject: [PATCH] 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 --- projects.yml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/projects.yml b/projects.yml index 696110f..30bf973 100644 --- a/projects.yml +++ b/projects.yml @@ -120,6 +120,12 @@ selmer: categories: [Template Languages] platforms: [clj] +majavat: + name: Majavat + url: https://github.com/ruroru/majavat + categories: [Template Languages] + platforms: [clj] + hiccup: name: Hiccup url: https://github.com/weavejester/hiccup @@ -326,6 +332,12 @@ ring_jetty9_adapter: categories: [Ring Adapters] platforms: [clj] +ring_http_exchange: + name: ring-http-exchange + url: https://github.com/ruroru/ring-http-exchange + categories: [Ring Adapters] + platforms: [clj] + rrss: name: RRSS url: https://github.com/paraseba/rrss @@ -560,6 +572,36 @@ lein_ring: categories: [WAR File Generation, Ring Development, Leiningen Plugins] platforms: [clj] +lein_archive: + name: lein-archive + url: https://github.com/ruroru/lein-archive + categories: [Leiningen Plugins] + platforms: [clj] + +lein_copy_deps: + name: lein-copy-deps + url: https://github.com/ruroru/lein-copy-deps + categories: [Leiningen Plugins] + platforms: [clj] + +lein_cavalo: + name: lein-cavalo + url: https://github.com/ruroru/lein-cavalo + categories: [Leiningen Plugins] + platforms: [clj] + +lein_bump: + name: lein-bump + url: https://github.com/ruroru/lein-bump + categories: [Leiningen Plugins] + platforms: [clj] + +lein_strict_check: + name: lein-strict_check + url: https://github.com/ruroru/lein-strict-check + categories: [Leiningen Plugins] + platforms: [clj] + lein_beanstalk: name: lein-beanstalk url: https://github.com/weavejester/lein-beanstalk @@ -4295,6 +4337,12 @@ hugsql: categories: [SQL Abstraction] platforms: [clj] +boa_sql: + name: Boa-SQL + url: https://github.com/ruroru/boa-sql + categories: [SQL Abstraction] + platforms: [clj] + tagged: name: Tagged url: https://github.com/miner/tagged