this repo has no description

ppx_deriving_jsonschema.0.0.1: adjust ppxlib constraints

Changed files
+10 -4
packages
ppx_deriving_jsonschema
ppx_deriving_jsonschema.0.0.1
+10 -4
packages/ppx_deriving_jsonschema/ppx_deriving_jsonschema.0.0.1/opam
···
synopsis: "Jsonschema generator for ppx_deriving"
description:
"ppx_deriving_jsonschema is a ppx rewriter that generates jsonschema from ocaml types"
-
maintainer: ["ahrefs"]
-
authors: ["ahrefs"]
+
maintainer: [
+
"Louis Roché <louis.roche@ahrefs.com>"
+
"Ahrefs <github@ahrefs.com>"
+
]
+
authors: [
+
"Louis Roché <louis.roche@ahrefs.com>"
+
"Ahrefs <github@ahrefs.com>"
+
]
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"
+
"ocaml" {>= "4.08.0"}
"dune" {>= "3.16"}
-
"ppxlib"
+
"ppxlib" {>= "0.24.0"}
"yojson" {with-test}
"ocamlformat" {with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}