hs-bindgen-runtime: Runtime support for code generated by hs-bindgen
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 abstractions used by the code generated by hs-bindgen.
In most cases it is also necessary for interacting with that code. To do so,
you will probably want to start by importing the prelude
HsBindgen.Runtime.Prelude
and then import other modules as needed; with the exception of the prelude, all other modules are intended for qualified import.
Properties
| Versions | 0.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.16 && <4.23), containers (>=0.6 && <0.9), primitive (>=0.9 && <0.10), template-haskell (>=2.18 && <2.25), vector (>=0.13 && <0.14) [details] |
| License | BSD-3-Clause |
| Author | Well-Typed LLP |
| Maintainer | info@well-typed.com |
| Category | Development |
| Uploaded | by EdskoDeVries at 2026-02-05T18:22:09Z |
Modules
[Index] [Quick Jump]
- HsBindgen
- Runtime
- HsBindgen.Runtime.BitfieldPtr
- HsBindgen.Runtime.Block
- HsBindgen.Runtime.CBool
- HsBindgen.Runtime.CEnum
- HsBindgen.Runtime.ConstantArray
- HsBindgen.Runtime.FLAM
- HsBindgen.Runtime.HasCBitfield
- HsBindgen.Runtime.HasCField
- HsBindgen.Runtime.IncompleteArray
- Internal
- HsBindgen.Runtime.Internal.Bitfield
- HsBindgen.Runtime.Internal.ByteArray
- HsBindgen.Runtime.Internal.CAPI
- HsBindgen.Runtime.Internal.Deriving
- HsBindgen.Runtime.Internal.FFIType
- HsBindgen.Runtime.Internal.FunPtr
- HsBindgen.Runtime.Internal.HasFFIType
- LibC
- HsBindgen.Runtime.Internal.LibC.Auxiliary
- HsBindgen.Runtime.Internal.Prelude
- HsBindgen.Runtime.Internal.Ptr
- HsBindgen.Runtime.Internal.SizedByteArray
- HsBindgen.Runtime.Internal.TypeEquality
- HsBindgen.Runtime.LibC
- HsBindgen.Runtime.Marshal
- HsBindgen.Runtime.Prelude
- HsBindgen.Runtime.PtrConst
- Runtime
Downloads
- hs-bindgen-runtime-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees