-
Notifications
You must be signed in to change notification settings - Fork 0
/
ppx_deriving_jsonschema.opam
41 lines (41 loc) · 1.09 KB
/
ppx_deriving_jsonschema.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Jsonschema generator for ppx_deriving"
description:
"ppx_deriving_jsonschema is a ppx rewriter that generates jsonschema from ocaml types"
maintainer: [
"Louis Roché <[email protected]>" "Ahrefs <[email protected]>"
]
authors: [
"Louis Roché <[email protected]>" "Ahrefs <[email protected]>"
]
license: "MIT"
tags: ["jsonschema" "org:ahrefs" "syntax"]
homepage: "https://github.com/ahrefs/ppx_deriving_jsonschema"
doc: "https://ahrefs.github.io/ppx_deriving_jsonschema/"
bug-reports: "https://github.com/ahrefs/ppx_deriving_jsonschema/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.16"}
"ppxlib" {>= "0.24.0"}
"yojson" {with-test}
"ppx_expect" {with-test}
"ocamlformat" {with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ahrefs/ppx_deriving_jsonschema.git"