Skip to content

Commit

Permalink
adjust opam constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Sep 22, 2024
1 parent 36d4807 commit ae7afda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
14 changes: 10 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
(source
(github ahrefs/ppx_deriving_jsonschema))

(authors "ahrefs")
(authors
"Louis Roché <[email protected]>"
"Ahrefs <[email protected]>")

(maintainers "ahrefs")
(maintainers
"Louis Roché <[email protected]>"
"Ahrefs <[email protected]>")

(license MIT)

Expand All @@ -21,9 +25,11 @@
(description
"ppx_deriving_jsonschema is a ppx rewriter that generates jsonschema from ocaml types")
(depends
ocaml
(ocaml
(>= "4.08.0"))
dune
ppxlib
(ppxlib
(>= "0.24.0"))
(yojson :with-test)
(ocamlformat :with-dev-setup)
(ocaml-lsp-server :with-dev-setup))
Expand Down
12 changes: 8 additions & 4 deletions ppx_deriving_jsonschema.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ 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: ["ahrefs"]
authors: ["ahrefs"]
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"
"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}
Expand Down

0 comments on commit ae7afda

Please sign in to comment.