···1+## ISC License
2+3+Copyright (c) Anil Madhavapeddy
4+5+Permission to use, copy, modify, and/or distribute this software for any
6+purpose with or without fee is hereby granted, provided that the above
7+copyright notice and this permission notice appear in all copies.
8+9+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15+PERFORMANCE OF THIS SOFTWARE.
+8-3
dune-project
···5(generate_opam_files true)
67(license ISC)
08(authors "Anil Madhavapeddy")
9-(homepage "https://tangled.org/@anil.recoil.org/ocaml-openapi")
10(maintainers "Anil Madhavapeddy <anil@recoil.org>")
11-(maintenance_intent "(latest)")
12(source (tangled anil.recoil.org/ocaml-openapi))
13000014(package
15 (name openapi)
16 (synopsis "OpenAPI code generator for OCaml with requests and jsont")
17 (description
18 "Generate type-safe OCaml API clients from OpenAPI 3.x specifications.
19- Uses the requests HTTP library and jsont for JSON codecs.")
20 (depends
21 (ocaml (>= 5.1.0))
22 jsont
···5(generate_opam_files true)
67(license ISC)
8+9(authors "Anil Madhavapeddy")
10+11(maintainers "Anil Madhavapeddy <anil@recoil.org>")
12+13(source (tangled anil.recoil.org/ocaml-openapi))
1415+(homepage "https://tangled.org/@anil.recoil.org/ocaml-openapi")
16+17+(bug_reports "https://tangled.org/@anil.recoil.org/ocaml-openapi/issues")
18+19(package
20 (name openapi)
21 (synopsis "OpenAPI code generator for OCaml with requests and jsont")
22 (description
23 "Generate type-safe OCaml API clients from OpenAPI 3.x specifications.
24+Uses the requests HTTP library and jsont for JSON codecs.")
25 (depends
26 (ocaml (>= 5.1.0))
27 jsont
+2-2
openapi.opam
···3synopsis: "OpenAPI code generator for OCaml with requests and jsont"
4description: """
5Generate type-safe OCaml API clients from OpenAPI 3.x specifications.
6- Uses 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"
11-bug-reports: "https://tangled.org/anil.recoil.org/ocaml-openapi/issues"
12depends: [
13 "dune" {>= "3.21"}
14 "ocaml" {>= "5.1.0"}
···3synopsis: "OpenAPI code generator for OCaml with requests and jsont"
4description: """
5Generate type-safe OCaml API clients from OpenAPI 3.x specifications.
6+Uses 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"
11+bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-openapi/issues"
12depends: [
13 "dune" {>= "3.21"}
14 "ocaml" {>= "5.1.0"}