@hackage hsrs0.1.3.0
Runtime support for hsrs-generated Haskell FFI bindings
Categories
License
MIT
Maintainer
marko@mesa.dev
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4.16 && <5
- borsh >=0.3 && <0.4
- bytestring >=0.11 && <0.13
- generics-sop >=0.5 && <0.6
- text >=2.0 && <2.3 Show all…
Dependents (0)
Provides the Haskell-side runtime needed by code generated
by hsrs-codegen, including Borsh serialization utilities for
FFI data transfer. Users of hsrs-generated bindings only need
to add hsrs to their build-depends — the borsh package
is pulled in transitively.