forked from loafle/openapi-generator-original
* 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)
|
|
) |