Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add badges to Clojure SDK README

+5
+5
sdk/clojure/README.md
··· 1 1 # rockbox-clj 2 2 3 + [![Clojars Project](https://img.shields.io/clojars/v/org.clojars.tsiry/rockbox-clj.svg)](https://clojars.org/org.clojars.tsiry/rockbox-clj) 4 + [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](./LICENSE) 5 + [![Clojure](https://img.shields.io/badge/clojure-1.10+-black?style=flat-square&logo=clojure&logoColor=white)](https://clojure.org/) 6 + [![GitHub](https://img.shields.io/badge/github-rockbox--zig-181717?style=flat-square&logo=github&logoColor=white)](https://github.com/tsirysndr/rockbox-zig) 7 + 3 8 Idiomatic Clojure SDK for [Rockbox Zig](https://github.com/tsirysndr/rockbox-zig) — a thin, 4 9 zero-dependency-heavy wrapper around rockboxd's GraphQL API with real-time 5 10 WebSocket subscriptions and a tiny plugin system.