OpenAPI generator for OCaml with Requests/Eio/Jsont
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OpenAPI code generator for OCaml with requests and jsont"
4description: """
5Generate type-safe OCaml API clients from OpenAPI 3.x specifications.
6Uses the requests HTTP library and jsont for JSON codecs."""
7maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
8authors: ["Anil Madhavapeddy"]
9license: "ISC"
10homepage: "https://tangled.org/anil.recoil.org/ocaml-openapi"
11bug-reports: "https://tangled.org/anil.recoil.org/ocaml-openapi/issues"
12depends: [
13 "dune" {>= "3.21"}
14 "ocaml" {>= "5.1.0"}
15 "jsont"
16 "bytesrw"
17 "fmt"
18 "logs"
19 "ptime"
20 "cmdliner" {>= "1.2.0"}
21 "odoc" {with-doc}
22 "alcotest" {with-test}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-openapi"
39x-maintenance-intent: ["(latest)"]