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

ocaml.readme.mustache Maven / Gradle / Ivy

The 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}}
- Generator version: {{generatorVersion}}
- Build package: {{generatorClass}}
{{#infoUrl}}
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}

## Requirements.

OCaml 5.x

## Installation

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

```sh
opam install . --deps-only --with-test
eval $(opam env)
dune build
```

## Getting Started

The generated directory structure is:
- `src/apis`: contains several modules, each with several functions. Each function is an API endpoint.
- `src/models`: contains several modules. Each module contains:
  - a type `t` representing an input and/or output schema of the OpenAPI spec
  - a smart constructor `create` for this type
- `src/support`: various modules used by the generated APIs and Models





© 2015 - 2025 Weber Informatics LLC | Privacy Policy