Skip to content

Commit 9c44b2e

Browse files
Merge pull request ocaml#27843 from koonwen/release-ppx_deriving_jsonschema-0.0.4
[new release] ppx_deriving_jsonschema (0.0.4)
2 parents b90fd87 + 481693e commit 9c44b2e

File tree

1 file changed

+53
-0
lines changed
  • packages/ppx_deriving_jsonschema/ppx_deriving_jsonschema.0.0.4

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
opam-version: "2.0"
2+
synopsis: "Jsonschema generator for ppx_deriving"
3+
description:
4+
"ppx_deriving_jsonschema is a ppx rewriter that generates jsonschema from ocaml types"
5+
maintainer: [
6+
"Louis Roché <[email protected]>"
7+
"Koonwen Lee <[email protected]>"
8+
"Ahrefs <[email protected]>"
9+
]
10+
authors: [
11+
"Louis Roché <[email protected]>" "Ahrefs <[email protected]>"
12+
]
13+
license: "MIT"
14+
tags: ["jsonschema" "org:ahrefs" "syntax"]
15+
homepage: "https://github.com/ahrefs/ppx_deriving_jsonschema"
16+
doc: "https://ahrefs.github.io/ppx_deriving_jsonschema/"
17+
bug-reports: "https://github.com/ahrefs/ppx_deriving_jsonschema/issues"
18+
depends: [
19+
"ocaml" {>= "4.08.0"}
20+
"dune" {>= "3.16"}
21+
"ppxlib" {>= "0.24.0"}
22+
"melange-json" {with-test}
23+
"melange-json-native" {with-test}
24+
"yojson" {with-test}
25+
"ppx_expect" {with-test}
26+
"ocamlformat" {with-dev-setup}
27+
"ocaml-lsp-server" {with-dev-setup}
28+
"odoc" {with-doc}
29+
]
30+
build: [
31+
["dune" "subst"] {dev}
32+
[
33+
"dune"
34+
"build"
35+
"-p"
36+
name
37+
"-j"
38+
jobs
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
]
44+
dev-repo: "git+https://github.com/ahrefs/ppx_deriving_jsonschema.git"
45+
url {
46+
src:
47+
"https://github.com/ahrefs/ppx_deriving_jsonschema/releases/download/0.0.4/ppx_deriving_jsonschema-0.0.4.tbz"
48+
checksum: [
49+
"sha256=88e339b69c827673b85276068ea9b4f05f2ff1181bd18f5b9faa303bf0d5993f"
50+
"sha512=e37e2c6aa839311a9a0bbdc313349ffbb0531adca6118775c9bc408c6bd0bfd474c979ae12f497bd30da8e1c36afb4bab22bb44531a2dc265bdcd82854259b83"
51+
]
52+
}
53+
x-commit-hash: "cf59cf88f2e193ce30d8fb94dd0edf8930f65d35"

0 commit comments

Comments
 (0)