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: 7778, showing 697 - 720


  • A Clojure library designed to help with writing integration tests using clj-webdriver.

  • Clojure wrapper library for [dnsjava](http://www.xbill.org/dnsjava). Project at [clj-dns on github](http://github.com/brweber2/clj-dns)

  • A Clojure wrapper around the Lanterna terminal output library.
  • tikkba 0.6.0

    Tikkba is Clojure library for the creation and the dynamic modification of SVG documents. It wraps the Apache Batik library and provides functions to create SVG images with the Clojure-based SVG DSL of the Analemma library.

  • A Kafka Clojure Admin client, with support for topic, partition, group, cluster management, and more.
  • slack-rtm 0.1.7

    Slack Real Time Messaging API for Clojure

  • Clojure library for sending emails with SendGrid
  • com.danboykis/cljhash 0.1.1-SNAPSHOT

    hashing clojure edn

  • XChart wrapper for Clojure

  • A Clojure library for using cron expressions

  • A Clojure library designed to compress/decompress data.

  • Clojure library for high-performance server and client applications
  • toyokumo/tarayo 1.0.0-SNAPSHOT

    SMTP client library for Clojure. That’s it.

  • SQL as Clojure data structures.
  • protojure 1.7.3

    Support library for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications
  • cljs-uuid 0.0.4

    Micro clojure and clojurescript portability lib for uuid creation
  • clj-wamp 1.1.0-SNAPSHOT

    The WebSocket Application Messaging Protocol for Clojure

  • wraps opencensus-java
  • com.hyperfiddle/electric v3-alpha-SNAPSHOT

    A reactive Clojure dialect for web development that uses a compiler to infer the frontend/backend boundary

  • An embedded Clojure editor

  • ClojureCL is a Clojure library for parallel computations with OpenCL.

  • nrepl client for Clojure instarepl
  • clj-ulid 1.0.0

    ULID generating library for clojure

  • 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.