mstructversion
Mstruct is a thin mutable layer on top of cstruct
# #require "mstruct";;
# let b = Mstruct.create 9;;
val b : Mstruct.t = <abstr>
# Mstruct.set_string b "hello";;
- : unit = ()
# Mstruct.set_uint32 b 32l;;
- : unit = ()
Author | Thomas Gazagnaire |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/mirage/ocaml-mstruct |
Issue Tracker | https://github.com/mirage/ocaml-mstruct/issues |
Maintainer | thomas@gazagnaire.org |
Dependencies |
|
Source [http] | https://github.com/mirage/ocaml-mstruct/archive/1.3.2.tar.gz sha256=de2f6733712163405ce4901b10a4561bec187bbf8db796b9656c8e3b529dddc7 md5=52cfd548d17b414a8a02a308e0331869 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mstruct/mstruct.1.3.2/opam |