Skip to content

Commit

Permalink
Merge pull request #26620 from Khady/release-ppx_deriving_jsonschema-…
Browse files Browse the repository at this point in the history
…0.0.2

[new release] ppx_deriving_jsonschema (0.0.2)
  • Loading branch information
mseri authored Sep 25, 2024
2 parents 75006f8 + 5dd6c9d commit 656c3b3
Showing 1 changed file with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
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"
url {
src:
"https://github.com/ahrefs/ppx_deriving_jsonschema/releases/download/0.0.2/ppx_deriving_jsonschema-0.0.2.tbz"
checksum: [
"sha256=fc8a8ff5d75e3b9d296324dafd6b823cc5869486ef9b7e5dcbf7df6304ac3d04"
"sha512=71663dfb7fb02c2d96bb5b55d5293eb3ca745aa949e53356a78708d09468b80e02e5d2847f309cb92f55db8e429fcc97f53a6e9f18bf2c8d11896ee026e1c65a"
]
}
x-commit-hash: "d188a1021b64163e6f0aa270f9ab4a55e0e372b5"

0 comments on commit 656c3b3

Please sign in to comment.