this repo has no description
1opam-version: "2.0"
2synopsis: "Jsonschema generator for ppx_deriving"
3description:
4 "ppx_deriving_jsonschema is a ppx rewriter that generates jsonschema from ocaml types"
5maintainer: [
6 "Louis Roché <louis.roche@ahrefs.com>" "Ahrefs <github@ahrefs.com>"
7]
8authors: [
9 "Louis Roché <louis.roche@ahrefs.com>" "Ahrefs <github@ahrefs.com>"
10]
11license: "MIT"
12tags: ["jsonschema" "org:ahrefs" "syntax"]
13homepage: "https://github.com/ahrefs/ppx_deriving_jsonschema"
14doc: "https://ahrefs.github.io/ppx_deriving_jsonschema/"
15bug-reports: "https://github.com/ahrefs/ppx_deriving_jsonschema/issues"
16depends: [
17 "ocaml" {>= "4.08.0"}
18 "dune" {>= "3.16"}
19 "ppxlib" {>= "0.24.0"}
20 "yojson" {with-test}
21 "ppx_expect" {with-test}
22 "ocamlformat" {with-dev-setup}
23 "ocaml-lsp-server" {with-dev-setup}
24 "odoc" {with-doc}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://github.com/ahrefs/ppx_deriving_jsonschema.git"
41url {
42 src:
43 "https://github.com/ahrefs/ppx_deriving_jsonschema/releases/download/0.0.3/ppx_deriving_jsonschema-0.0.3.tbz"
44 checksum: [
45 "sha256=d517fc97fabe39ef8eea49dcc91b9abec03e86fdcb53fcf37b046aa0954e4d1a"
46 "sha512=b9785ea7c0394946d4585839da4d137c2ea15642f2588df3c3506e514c08f4e8413a59dd075730d7e55e686dc165140c5cdce90e5eb349b439953dba9a142d76"
47 ]
48}
49x-commit-hash: "89001d35c53da2b93f1082de467b7c59846bdb93"