···11-Cstruct -- access C-like structures directly from OCaml
22--------------------------------------------------------
33-%%VERSION%%
11+Cstruct - access C-like structures directly from OCaml
22+------------------------------------------------------
4354Cstruct is a library and syntax extension to make it easier to access C-like
65structures directly from OCaml. It supports both reading and writing to these
···3029You can build the library via [dune](https://github.com/ocaml/dune),
3130using `make` or `dune build` directly. Since everything is built via dune,
3231you can also place this repository within a wider dune workspace in order to
3333-make local modifications across repositories.
3232+make local modifications across repositories.
3333+3434+### Documentation
3535+3636+A documentation of the last version of `cstruct` is available [here](https://mirage.github.io/ocaml-cstruct).
34373538## Usage
3639···203206`dune` file and the `opam` file).
204207205208Please see the `ppx_test/` directory for more in-depth examples.
206206-207207-[](https://travis-ci.org/mirage/ocaml-cstruct)