Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomeata/haskell-candid
A candid library for Haskell
https://github.com/nomeata/haskell-candid
Last synced: 10 days ago
JSON representation
A candid library for Haskell
- Host: GitHub
- URL: https://github.com/nomeata/haskell-candid
- Owner: nomeata
- License: apache-2.0
- Created: 2020-04-23T09:21:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T18:34:16.000Z (6 months ago)
- Last Synced: 2024-04-29T16:42:49.081Z (6 months ago)
- Language: Haskell
- Homepage: https://nomeata.github.io/haskell-candid/Codec-Candid.html
- Size: 2.58 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-internet-computer - haskell-candid - Haskell library for Candid to Haskell. (Candid / Candid implementations)
README
Candid for Haskell
==================This repository contains a Haskell library for [Candid] to Haskell. You can
find the documentation for the library on
.The focus here is correctness with regard to the spec, and maybe also
convenience (e.g. it can guess the textual form of field names, which are just
numbers on the wires), but not necessarily high performance. Let me know if you run into troubles because of this.This package also comes with a `hcandid` command line tool, to convert between binary and textual candid. Just run `hcandid --help` to see how to use it.
[Candid]: https://github.com/dfinity/candid/blob/master/IDL.md