Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pages/software.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down