mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-19 08:00:54 +00:00
* add ocaml template creator * various enhancement to ocaml generator * update instruction * update doc * remove readme * add back readme
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)
|
|
) |