Search for 'clojure'
Given your search terms, you may also want to
search Maven Central.
org.clojure artifacts are distributed via Maven Central instead of Clojars.For details on the search query syntax, see the guide.
Total results: 7800, showing 721 - 744
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
A clojure.test-compatible version of the classic Expectations testing library.
The WebSocket Application Messaging Protocol for Clojure
Inline svgs for ClojureScript / Reagent / Hiccup
nrepl client for Clojure instarepl
A simple tool for compiling Java from the Clojure CLI.
Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.
A clojure wrapper around the OTH API
Clojure DSL for ArangoDB query language
Yet another implementation of Mustache in Clojure.
a simple but effective profiler for clojure web applications
sync is a Leiningen plugin to sync same code base between different clojure projects
Type annotations and macros for the base Clojure distribution.
Static site generator build with Clojure and Boot
Clojure facade for the FoundationDB record-layer
Xander is a Clojure library to handle and process XML in a more idiomatic and elegant manner.
Clojure mechanism for controlling the rate of actions
etcd client library in clojure
Utility functions for translating between Clojure and SQL idioms.
Clojure wrapper for Tinkerpop Blueprints
A clojure API implementing the W3C CSVW csv2rdf processor
ClojureCUDA is a Clojure library for parallel computations with Nvidia's CUDA.
High performance database connection pool for Clojure