pinch: An alternative implementation of Thrift for Haskell.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This library provides machinery for types to specify how they can be
serialized and deserialized into/from Thrift payloads. It makes no
assumptions on how these payloads are sent or received and performs no code
generation. Types may specify how to be serialized and deserialized by
defining instances of the Pinchable
typeclass by hand, with
automatically derived instances by using generics or by using the pinch-gen code
generator. Check the documentation in the Pinch module for more information.
What is Thrift? Apache Thrift provides an interface description language, a set of communication protocols, and a code generator and libraries for various programming languages to interact with the generated code. Pinch aims to provide an alternative implementation of Thrift for Haskell.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0, 0.3.2.0, 0.3.3.0, 0.3.4.0, 0.3.4.1, 0.3.5.0, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.4.1.2, 0.4.1.2, 0.4.2.0, 0.4.3.0, 0.5.0.0, 0.5.1.0, 0.5.2.0 |
---|---|
Change log | CHANGES.md |
Dependencies | array (>=0.5), base (>=4.7 && <5), bytestring (>=0.10 && <0.12), cereal (>=0.5.8.1 && <0.6), containers (>=0.5 && <0.7), deepseq (>=1.3 && <1.5), ghc-prim, hashable (>=1.2 && <1.4), network (>=3.1.2.0 && <3.2), semigroups (>=0.18 && <0.21), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.13) [details] |
License | BSD-3-Clause |
Author | Abhinav Gupta |
Maintainer | mail@abhinavg.net |
Category | Development |
Home page | https://github.com/abhinav/pinch#readme |
Bug tracker | https://github.com/abhinav/pinch/issues |
Source repo | head: git clone https://github.com/abhinav/pinch |
Uploaded | by abhinav at 2021-12-15T06:05:16Z |
Modules
[Index] [Quick Jump]
Downloads
- pinch-0.4.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees