mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 16:27:07 +00:00
fix ocaml readme installation (#12477)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -266,3 +266,6 @@ samples/client/petstore/crystal/lib
|
|||||||
|
|
||||||
# Go
|
# Go
|
||||||
samples/openapi3/client/petstore/go/privatekey.pem
|
samples/openapi3/client/petstore/go/privatekey.pem
|
||||||
|
|
||||||
|
## OCaml
|
||||||
|
samples/client/petstore/ocaml/_build/
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ OCaml 4.x
|
|||||||
Please run the following commands to build the package `{{{packageName}}}`:
|
Please run the following commands to build the package `{{{packageName}}}`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
opam install ppx_deriving_yojson cohttp ppx_deriving cohttp-lwt-unix pin ocaml-migrate-parsetree 1.3.1
|
opam install ppx_deriving_yojson cohttp ppx_deriving cohttp-lwt-unix ocaml-migrate-parsetree
|
||||||
eval $(opam env)
|
eval $(opam env)
|
||||||
dune build
|
dune build
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
6.0.0-SNAPSHOT
|
6.0.1-SNAPSHOT
|
||||||
@@ -16,7 +16,7 @@ OCaml 4.x
|
|||||||
Please run the following commands to build the package `petstore_client`:
|
Please run the following commands to build the package `petstore_client`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
opam install ppx_deriving_yojson cohttp ppx_deriving cohttp-lwt-unix pin ocaml-migrate-parsetree 1.3.1
|
opam install ppx_deriving_yojson cohttp ppx_deriving cohttp-lwt-unix ocaml-migrate-parsetree
|
||||||
eval $(opam env)
|
eval $(opam env)
|
||||||
dune build
|
dune build
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user