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]