cayley-client: A Haskell client for the Cayley graph database

[ bsd3, database, library ] [ Propose Tags ] [ Report a vulnerability ]

cayley-client implements the RESTful API of the Cayley graph database.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.5.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.4.10, 0.4.11, 0.4.12, 0.4.13, 0.4.14, 0.4.15, 0.4.16, 0.4.17, 0.4.18, 0.4.19, 0.4.19.1, 0.4.19.2, 0.4.19.3, 0.4.19.4, 0.4.19.5
Dependencies aeson (>=2 && <2.4), attoparsec (>=0.12 && <0.15), base (>=4.8.1.0 && <5), binary (>=0.7.5 && <0.13), bytestring (>=0.10.6 && <0.13), exceptions (>=0.8.0.2 && <0.11), http-client (>=0.4.30 && <0.8), http-conduit (>=2.1.8 && <2.4), lens (>=4.12.3 && <5.4), lens-aeson (>=1.1 && <1.3), mtl (>=2.2.1 && <2.4), text (>=1.2.2 && <2.3), transformers (>=0.4.2 && <0.7), unordered-containers (>=0.2.5.1 && <0.3), vector (>=0.9 && <0.14) [details]
Tested with ghc ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.2 || ==9.14.1
License BSD-3-Clause
Copyright (c) 2015-2025 - Michel Boucey
Author Michel Boucey
Maintainer michel.boucey@gmail.com
Uploaded by MichelBoucey at 2025-11-05T09:40:54Z
Revised Revision 1 made by MichelBoucey at 2026-05-29T13:05:46Z
Category Database
Home page https://github.com/MichelBoucey/cayley-client
Source repo head: git clone https://github.com/MichelBoucey/cayley-client.git
Distributions LTSHaskell:0.4.19.5, Stackage:0.4.19.5
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 23040 total (206 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-11-05 [all 1 reports]

Readme for cayley-client-0.4.19.5

[back to package description]

A Cayley client for Haskell CI Hackage

Cayley-client up to 0.4.* implements the RESTful API of Cayley database graph up to v0.6.0. Cayley v0.6.1 "includes all the pending features that can be merged before v0.7, which will be a major release [...] and may cause breaking changes".