{"id":13687250,"url":"https://github.com/softwarefactory-project/matrix-client-haskell","last_synced_at":"2026-02-19T16:35:04.803Z","repository":{"id":43080190,"uuid":"374114325","full_name":"softwarefactory-project/matrix-client-haskell","owner":"softwarefactory-project","description":"Matrix.org haskell client library","archived":false,"fork":false,"pushed_at":"2026-02-16T07:51:33.000Z","size":168,"stargazers_count":26,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-02-16T15:34:37.775Z","etag":null,"topics":["haskell","matrix","matrix-org"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softwarefactory-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-05T12:56:20.000Z","updated_at":"2026-02-16T07:49:40.000Z","dependencies_parsed_at":"2024-01-14T16:10:21.130Z","dependency_job_id":"7319e682-c0af-4d96-a0ac-953f60dbfa54","html_url":"https://github.com/softwarefactory-project/matrix-client-haskell","commit_stats":{"total_commits":76,"total_committers":8,"mean_commits":9.5,"dds":0.381578947368421,"last_synced_commit":"7bb55b25edaaf30a6a1f2308ed99ea34a461c553"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/softwarefactory-project/matrix-client-haskell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwarefactory-project%2Fmatrix-client-haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwarefactory-project%2Fmatrix-client-haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwarefactory-project%2Fmatrix-client-haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwarefactory-project%2Fmatrix-client-haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softwarefactory-project","download_url":"https://codeload.github.com/softwarefactory-project/matrix-client-haskell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwarefactory-project%2Fmatrix-client-haskell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29622054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["haskell","matrix","matrix-org"],"created_at":"2024-08-02T15:00:50.995Z","updated_at":"2026-02-19T16:35:04.785Z","avatar_url":"https://github.com/softwarefactory-project.png","language":"Haskell","funding_links":[],"categories":["Haskell"],"sub_categories":[],"readme":"# matrix-client-haskell\n\n\u003e [matrix] is an open network for secure, decentralized communication.\n\nThis project contains Haskell libraries for [matrix.org](https://matrix.org).\nThis allows you to rapidly integrate matrix events in your application.\n\n## matrix-client\n\n[![Hackage](https://img.shields.io/hackage/v/matrix-client.svg)](https://hackage.haskell.org/package/matrix-client)\n\nA low level library to implements the [client-server spec](https://matrix.org/docs/spec/client_server/latest):\n\n### Implemented\n\n- [x] Basic room membership to leave and join rooms\n- [x] Basic sync to read room's timeline\n- [x] Sending text events\n- [x] Identity lookup\n- [x] Invites\n\n### Next/Missing\n\n- [ ] Rich messages\n- [ ] Decoders to support OLM with https://github.com/livmackintosh/matrix-sdk\n- [ ] The rest of the HTTP API...\n\n## Contribute\n\nTo work on this project you need a Haskell toolchain, for example on fedora:\n\n```ShellSession\n$ sudo dnf install -y ghc cabal-install \u0026\u0026 cabal update\n```\n\nRun the tests:\n\n```ShellSession\n$ ./bin/run-tests\n```\n\nSome tests requires a local matrix server, run integration service:\n\n```ShellSession\n# In another terminal:\n$ nix develop -c conduit-start\n# Before running cabal test:\n$ export $(nix develop -c conduit-setup)\n$ cabal test all\n```\n\nRestart the commands to run the test on a fresh environment.\n\nIf you experience any difficulties, please don't hesistate to raise an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwarefactory-project%2Fmatrix-client-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftwarefactory-project%2Fmatrix-client-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwarefactory-project%2Fmatrix-client-haskell/lists"}