matrix-client: A matrix client library

[ apache, library, network ] [ Propose Tags ]

Matrix client is a library to interface with https://matrix.org.

Use this library to interact with matrix server.

Read the Network.Matrix.Tutorial for a detailed tutorial.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.4.3, 0.1.5.0
Change log CHANGELOG.md
Dependencies aeson (>=1.0.0.0 && <1.6), base (>=4.11.0.0 && <5), base64, bytestring, exceptions, hashable, http-client (>=0.5.0 && <0.8), http-client-tls (>=0.2.0 && <0.4), http-types (>=0.10.0 && <0.13), retry (>=0.8 && <0.9), SHA (>=1.6 && <1.7), text (>=0.11.1.0 && <1.3), time, unordered-containers [details]
License Apache-2.0
Copyright 2021 Red Hat
Author Tristan de Cacqueray
Maintainer tdecacqu@redhat.com
Category Network
Home page https://github.com/softwarefactory-project/matrix-client-haskell#readme
Bug tracker https://github.com/softwarefactory-project/matrix-client-haskell/issues
Source repo head: git clone https://github.com/softwarefactory-project/matrix-client-haskell.git
Uploaded by TristanCacqueray at 2021-07-18T17:42:27Z
Distributions NixOS:0.1.5.0
Downloads 702 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-07-18 [all 1 reports]

Readme for matrix-client-0.1.1.0

[back to package description]

matrix-client-haskell

Hackage

A client library for matrix.org

Contribute

To work on this project you need a Haskell toolchain, for example on fedora:

$ sudo dnf install -y ghc cabal-install && cabal update

Run the tests:

$ cabal test

If you experience any difficulties, please don't hesistate to raise an issue.