# swhid [![Actions Status](https://github.com/ocamlpro/osh/workflows/build/badge.svg)](https://github.com/ocamlpro/osh/actions) [![coverage percentage](https://raw.githubusercontent.com/ocamlpro/osh/gh-pages/coverage/badge.svg)](https://ocamlpro.github.io/osh/coverage/) [osh] is an [OCaml] website, providing an API to generate SVG shields. ## Installation `osh` can be installed with [opam]: ```sh opam install osh ``` If you don't have `opam`, you can install it following the [how to install opam] guide. If you can't or don't want to use `opam`, consult the [opam file] for build instructions. ## Quickstart ```ocaml let () = TODO ``` For more, have a look at the [example] folder, at the [documentation] or at the [test suite]. ## About - [LICENSE] - [CHANGELOG] [CHANGELOG]: ./CHANGES.md [example]: ./example/ [LICENSE]: ./LICENSE.md [opam file]: ./osh.opam [test suite]: ./test/ [documentation]: https://ocamlpro.github.io/osh/api/osh/ [how to install opam]: https://opam.ocaml.org/doc/Install.html [OCaml]: https://ocaml.org [opam]: https://opam.ocaml.org/ [osh]: https://ocamlpro.github.io/osh/