libclout-clojure
library for matching Ring HTTP requests
Clout is a library for matching Ring HTTP requests. It uses the same routing
syntax as used by popular Ruby web frameworks like Ruby on Rails and
Sinatra.
libcomidi-clojure
HTTP route definitions for Clojure
Comidi is a library containing utility functions and compojure-like
syntax-sugar wrappers around the bidi web routing library.
It aims to provide a way to define your web routes that takes advantage of the
strengths of both bidi and compojure:
libnetty-tcnative-1.1-java
Tomcat native fork for Netty
libstockpile-clojure
Simple, durable Java queuing library
A simple, durable Java queueing library. Stockpile supports the durable
storage and retrieval of data. After storage, stockpile returns an "entry"
that can be used to access the data later, and when no longer needed, the data
can be atomically discarded.
libpuppetlabs-i18n-clojure
Clojure i18n library
puppetlabs-i18n provides convenience functions to access the JVM's
localization facilities and automates managing messages and resource bundles.
The tooling for translators uses GNU gettext so that translators can work with
PO files which are widely used and for which a huge amount of tooling exists.
libring-core-clojure
Clojure web applications library
Ring is a Clojure web applications library inspired by Python's WSGI
and Ruby's Rack. By abstracting the details of HTTP into a simple,
unified API, Ring allows web applications to be constructed of modular
components that can be shared among a variety of applications, web
servers, and web frameworks.