-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdune-project
More file actions
43 lines (34 loc) · 939 Bytes
/
dune-project
File metadata and controls
43 lines (34 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
(lang dune 3.16)
(using melange 0.1)
(name ppx_deriving_jsonschema)
(generate_opam_files true)
(source
(github ahrefs/ppx_deriving_jsonschema))
(authors
"Louis Roché <louis.roche@ahrefs.com>"
"Ahrefs <github@ahrefs.com>")
(maintainers
"Louis Roché <louis.roche@ahrefs.com>"
"Koonwen Lee <koonwen.lee@ahrefs.com>"
"Ahrefs <github@ahrefs.com>")
(license MIT)
(documentation "https://ahrefs.github.io/ppx_deriving_jsonschema/")
(package
(name ppx_deriving_jsonschema)
(synopsis "Jsonschema generator for ppx_deriving")
(description
"ppx_deriving_jsonschema is a ppx rewriter that generates jsonschema from ocaml types")
(depends
(ocaml
(>= "4.08.0"))
dune
(ppxlib
(>= "0.24.0"))
(melange-json :with-test)
(melange-json-native :with-test)
(yojson :with-test)
(ppx_expect :with-test)
(ocamlformat :with-dev-setup)
(ocaml-lsp-server :with-dev-setup))
(tags
(jsonschema "org:ahrefs" syntax)))