From 2dcb0e8470ba3adfb921c3a9881ad84e4c990ae7 Mon Sep 17 00:00:00 2001 From: linyows Date: Tue, 15 Sep 2026 11:43:03 +0900 Subject: [PATCH] Add jmapc to the JMAP libraries list Co-Authored-By: Claude Opus 5 (1M context) --- pages/software.liquid | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/software.liquid b/pages/software.liquid index 0ef4cfe..db91e0a 100644 --- a/pages/software.liquid +++ b/pages/software.liquid @@ -239,6 +239,14 @@ sections: href: https://pypi.org/project/jmapc/ languages: [Python] body: Python 3 client library for JMAP mail (partially implemented). + - title: jmapc (JMAP compiler) + href: https://github.com/linyows/jmapc + languages: [Go] + license: MIT + body: >- + A compiler for JMAP: you write requests as JMAP JSON, jmapc + validates them against the specification and generates a + type-safe client in Go, Rust or TypeScript. - title: melib href: https://meli.delivery languages: [Rust]