mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-15 08:53:47 +00:00
* [OCaml] Fix inconsistent oneOf primitive sample name * [OCaml] Fix encoding/decoding for free-form required fields * [OCaml] Change field comment to Odoc, move it after the field As per Odoc documentation, record field documentation should be *after* the field, not before. See https://ocaml.github.io/odoc/odoc/odoc_for_authors.html#special_comments type `my_record` * [OCaml] Cleanup non-generated files for ocaml sample
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
(include_subdirs unqualified)
|
|
(library
|
|
(name petstore_client)
|
|
(public_name petstore_client)
|
|
(flags (:standard -w -27))
|
|
(libraries str cohttp-lwt-unix lwt yojson ppx_deriving_yojson.runtime)
|
|
(preprocess (pps ppx_deriving_yojson ppx_deriving.std))
|
|
(wrapped true)
|
|
) |