@hackage candid0.4.0.2

Candid integration

  • Installation

  • Dependencies (23)

    • base ^>=4.14.3.0 || ^>=4.15.1.0 || ^>=4.16.3.0 || ^>=4.17.0.0 || ^>=4.18.0.0
    • bytestring ^>=0.10.12.0 || ^>=0.11.3.1
    • containers ^>=0.6.4.1
    • mtl ^>=2.2.2 || ^>=2.3.1
    • template-haskell ^>=2.16.0.0 || ^>=2.17.0.0 || ^>=2.18.0.0 || ^>=2.19.0.0 || ^>=2.20.0.0
    • text ^>=1.2.4.1 || ^>=2.0.1
    • Show all…
  • Dependents (0)

This package brings the Candid interface definition language to Haskell, supporting serialization, deserialization, importing type definition and other features.

See Codec.Candid for an overview and https://github.com/dfinity/candid to learn more about Candid.