All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ocaml.readme.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
# {{{projectName}}}
{{#appDescriptionWithNewLines}}
{{{.}}}
{{/appDescriptionWithNewLines}}

This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: {{appVersion}}
- Package version: {{packageVersion}}
{{^hideGenerationTimestamp}}
- Build date: {{generatedDate}}
{{/hideGenerationTimestamp}}
- Build package: {{generatorClass}}
{{#infoUrl}}
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}

## Requirements.

OCaml 4.x

## Installation

Please run the following commands to build the package `{{{packageName}}}`:

```sh
opam install ppx_deriving_yojson cohttp ppx_deriving cohttp-lwt-unix ocaml-migrate-parsetree
eval $(opam env)
dune build
```

## Getting Started

TODO




© 2015 - 2024 Weber Informatics LLC | Privacy Policy