package cstruct-async

  1. Overview
  2. No Docs
Access C-like structures directly from OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cstruct-6.3.0.tbz
sha256=956b249ddfb55fd23584c1767af28f6487033d364888217a14275d898ebd7754
sha512=71a503c7017f2d143ec8af2b8f132d1f59a0526ee4602b9a3e307e904bc18867755f87f445e4a49d995c7ca0002adfc2e3dae2f5fa6e22fb71fe85db774dede1

Description

Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the Bigarray module.

Tags

org:mirage org:ocamllabs

Added to opam-repository:

Dependencies (6)

  1. cstruct = version
  2. core >= "v0.9.0" & < "v0.17.0"
  3. async_unix >= "v0.9.0" & < "v0.17.0"
  4. async >= "v0.9.0" & < "v0.17.0"
  5. dune >= "3.17"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. tls-async

Conflicts

None