Search for 'org'
For details on the search query syntax, see the guide.
Total results: 6302, showing 6025 - 6048
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Dabblings in the occult art of composable web services.
Micro Businesses - User UI Service
solutions to some programming problem
Minimalist wrapper for soda-java
DOM assertion functions for ClojureScript tests
Storage abstraction layer
A small, well-tested Clojure library for spawning and interacting with subprocesses
Clojure utilities for content analysis, token estimation, and reading time
Clojure utilities for Facil.guide multi-language routing and locale detection
Minimal Clojars package for Grok AI Image tool page metadata.
Minimal Clojars package for LTX 2.5 website metadata.
DeepSeek Video official website backlink library.
GPT Image 2 official website backlink library.
LongCat Video official website backlink library.
clojure-friendly api for MongoDB
Boot task to fingerprint asset references in html files.
A Leiningen plugin for generating UML diagrams using PluntUML.
A library to talk with kubernetes api
Reloaded components à la carte
Comment-/Whitespace-preserving rewriting of EDN documents.
PauselessHashMap: A java.util.HashMap compatible Map implementation that
performs background resizing for inserts, avoiding the common "resize/rehash"
outlier experienced by normal HashMap.
get() and put() operations are "pauseless" in the sense that they do not
block during resizing of the map. Other operations, like remove(), putAll(),
clear(), and the derivation of keysets and such *will* block for pending
resize operations.