package ppx_cstruct

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cstruct-v6.0.1.tbz
sha256=4a67bb8f042753453c59eabf0e47865631253ba694091ce6062aac05d47a9bed
sha512=3eeeb6ae0fd3b625cf1d308498f0a1e6951d16566561f3362fdf74e7158d92d8f6c6d9fa968ff15f8c19a1886dce99d0ef17b44dbb37b97cc68c9b088fdc2248

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

Published: 28 Jul 2021

Dependencies (6)

  1. stdlib-shims
  2. sexplib >= "v0.9.0"
  3. ppxlib >= "0.16.0"
  4. cstruct = version
  5. dune >= "2.0.0"
  6. ocaml >= "4.07.0"

Dev Dependencies (7)

  1. lwt_ppx >= "2.0.2" & with-test
  2. ocaml-migrate-parsetree >= "2.1.0" & with-test
  3. cstruct-unix with-test & = version
  4. cppo with-test
  5. cstruct-sexp with-test
  6. ppx_sexp_conv with-test
  7. ounit with-test

Conflicts

None