this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Generate ATD types out of JSON Schema and OpenAPI document"
4description: "Generate ATD types out of JSON Schema and OpenAPI document"
5maintainer: ["Egor Chemokhonenko <egor.chemohonenko@ahrefs.com>"]
6authors: ["Ahrefs"]
7license: "MIT"
8homepage: "https://github.com/ahrefs/jsonschema2atd"
9bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues"
10depends: [
11 "dune" {>= "3.0"}
12 "ocaml" {>= "4.14"}
13 "atdgen" {>= "2.7"}
14 "atdgen-runtime" {>= "2.0"}
15 "cmdliner" {>= "1.1.0"}
16 "dune-build-info"
17 "ocaml-lsp-server" {with-dev-setup}
18 "ocamlformat" {with-dev-setup & = "0.24.1"}
19 "odoc" {with-doc}
20 "ounit2" {with-test}
21 "yojson"
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/ahrefs/jsonschema2atd.git"
38url {
39 src:
40 "https://github.com/ahrefs/jsonschema2atd/archive/refs/tags/0.0.3.tar.gz"
41 checksum: [
42 "md5=8fd01d574c534f8f113f8c434e17f731"
43 "sha512=5ff33bc638307d41e8e41c3de44470bfb66b7c4ca3636aa58869accf37f5b2c732928e7d0bfd5ec63492f8463863d901e3a0b979a2a105acc7392ec0aa51a856"
44 ]
45}