cstruct-sexp
  1. Overview
  2. Docs
S-expression serialisers for C-like structures

Install

Authors

Maintainers

Sources

cstruct-6.2.0.tbz
sha256=9a78073392580e8349148fa3ab4b1b2e989dc9d30d07401b04c96b7c60f03e62
sha512=8d33fe6b3707a3994d0225cd33cadde0bb2ca834ef01096e3df33a08e4a8c6d02ebccddf558a73988b8a5595b65fdc10de61efbf872c6c9e55c719c7e19c463d

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.

This library provides Sexplib serialisers for the Cstruct.t values.

Tags

org:mirage org:ocamllabs

Published: 14 Mar 2023

Dependencies (4)

  1. cstruct = version
  2. sexplib
  3. dune >= "2.0.0"
  4. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (7)

  1. awa < "0.2.0"
  2. datakit-ci >= "0.12.4"
  3. frenetic >= "5.0.5"
  4. ppx_cstruct >= "6.0.1"
  5. protocol-9p >= "2.0.1"
  6. tls >= "0.10.2" & < "0.17.0"
  7. x509 = "0.6.3"

Conflicts

None