@hackage candid0.5.0.2

Candid integration

  • Installation

  • Dependencies (23)

    • base ^>=4.14.3 || ^>=4.15.1 || ^>=4.16.3 || ^>=4.17.0 || ^>=4.18.1 || ^>=4.19.0 || ^>=4.20.0
    • bytestring ^>=0.10.12 || ^>=0.11.3 || ^>=0.12.0
    • containers ^>=0.6.4 || ^>=0.7
    • mtl ^>=2.2.2 || ^>=2.3.1
    • template-haskell ^>=2.16.0 || ^>=2.17.0 || ^>=2.18.0 || ^>=2.19.0 || ^>=2.20.0 || ^>=2.21.0 || ^>=2.22.0
    • text ^>=1.2.4 || ^>=2.0.1 || ^>=2.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.