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/v1.3.3.tar.gz sha256=cfe4f722fb30c0d84f40d835dd7d04e774a3b6ed4974f704d6d6bc0581d8ee50 md5=a7ee7794d5ed082aeb2dfea6e0d8da5c |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mstruct/mstruct.1.3.3/opam |