(lang dune 3.21) (name matrix) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy") (maintainers "Anil Madhavapeddy ") (source (tangled anil.recoil.org/ocaml-matrix)) (package (name matrix) (synopsis "Pure OCaml Matrix SDK") (description "A pure OCaml implementation of the Matrix client SDK with protocol types, \ HTTP client, and Eio integration. Provides matrix.proto for protocol types, \ matrix.client for the HTTP client, and matrix.eio for Eio-idiomatic usage.") (depends (ocaml (>= 5.1)) jsont ptime requests tomlt xdge uri eio logs base64 mirage-crypto mirage-crypto-ec mirage-crypto-rng digestif kdf fmt cmdliner (alcotest :with-test) (eio_main :with-test)))