package mstruct

  1. Overview
  2. Docs
A mutable interface to Cstruct buffers

Install

Dune Dependency

Authors

Maintainers

Sources

mstruct-1.3.4.tbz
md5=73e06f8ffb96674ef2011740f4b008e5

Description

Mutable cstruct buffers.

Published: 20 Jun 2017

README

Mstruct - a mutable interface to Cstruct buffers

Mutable cstruct buffers.

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

Dependencies (3)

  1. cstruct >= "2.4.0"
  2. jbuilder >= "1.0+beta9"
  3. 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