package mstruct

  1. Overview
  2. Docs
Mstruct is a thin mutable layer on top of cstruct

Install

Dune Dependency

Authors

Maintainers

Sources

1.3.2.tar.gz
md5=52cfd548d17b414a8a02a308e0331869

Description

# #require "mstruct";;
# let b = Mstruct.create 9;;
val b : Mstruct.t = <abstr>
# Mstruct.set_string b "hello";;
- : unit = ()
# Mstruct.set_uint32 b 32l;;
- : unit = ()

Published: 19 Dec 2014

Dependencies (4)

  1. ocamlbuild build
  2. ocamlfind build
  3. cstruct >= "1.4.0"
  4. ocaml < "4.06.0"

Dev Dependencies

None

Used by (4)

  1. git < "2.0.0"
  2. irmin < "1.0.0"
  3. mirage-tc
  4. varint

Conflicts

None