The unpac monorepo manager self-hosting as a monorepo using unpac

Update README.md

Add a link to the documentation and delete the old Travis-CI build status.

authored by dinosaure.tngl.sh and committed by

GitHub 993e3d58 344b6382

+7 -6
+7 -6
vendor/opam/cstruct/README.md
··· 1 - Cstruct -- access C-like structures directly from OCaml 2 - ------------------------------------------------------- 3 - %%VERSION%% 1 + Cstruct - access C-like structures directly from OCaml 2 + ------------------------------------------------------ 4 3 5 4 Cstruct is a library and syntax extension to make it easier to access C-like 6 5 structures directly from OCaml. It supports both reading and writing to these ··· 30 29 You can build the library via [dune](https://github.com/ocaml/dune), 31 30 using `make` or `dune build` directly. Since everything is built via dune, 32 31 you can also place this repository within a wider dune workspace in order to 33 - make local modifications across repositories. 32 + make local modifications across repositories. 33 + 34 + ### Documentation 35 + 36 + A documentation of the last version of `cstruct` is available [here](https://mirage.github.io/ocaml-cstruct). 34 37 35 38 ## Usage 36 39 ··· 203 206 `dune` file and the `opam` file). 204 207 205 208 Please see the `ppx_test/` directory for more in-depth examples. 206 - 207 - [![Build Status](https://travis-ci.org/mirage/ocaml-cstruct.svg)](https://travis-ci.org/mirage/ocaml-cstruct)