package cstruct-sexp

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

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.

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

Tags

org:mirage org:ocamllabs

Added to opam-repository:

Dependencies (4)

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

Dev Dependencies (2)

  1. crowbar with-test
  2. alcotest with-test

Used by (6)

  1. awa < "0.2.0"
  2. frenetic
  3. ppx_cstruct >= "6.0.1"
  4. protocol-9p >= "2.0.1"
  5. tls < "0.17.0"
  6. x509 < "0.7.0"

Conflicts

None