this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26620 from Khady/release-ppx_deriving_jsonschema-0.0.2

[new release] ppx_deriving_jsonschema (0.0.2)

authored by

Marcello Seri and committed by
GitHub
656c3b30 75006f8c

+49
+49
packages/ppx_deriving_jsonschema/ppx_deriving_jsonschema.0.0.2/opam
··· 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é <louis.roche@ahrefs.com>" "Ahrefs <github@ahrefs.com>" 7 + ] 8 + authors: [ 9 + "Louis Roché <louis.roche@ahrefs.com>" "Ahrefs <github@ahrefs.com>" 10 + ] 11 + license: "MIT" 12 + tags: ["jsonschema" "org:ahrefs" "syntax"] 13 + homepage: "https://github.com/ahrefs/ppx_deriving_jsonschema" 14 + doc: "https://ahrefs.github.io/ppx_deriving_jsonschema/" 15 + bug-reports: "https://github.com/ahrefs/ppx_deriving_jsonschema/issues" 16 + depends: [ 17 + "ocaml" {>= "4.08.0"} 18 + "dune" {>= "3.16"} 19 + "ppxlib" {>= "0.24.0"} 20 + "yojson" {with-test} 21 + "ppx_expect" {with-test} 22 + "ocamlformat" {with-dev-setup} 23 + "ocaml-lsp-server" {with-dev-setup} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/ahrefs/ppx_deriving_jsonschema.git" 41 + url { 42 + src: 43 + "https://github.com/ahrefs/ppx_deriving_jsonschema/releases/download/0.0.2/ppx_deriving_jsonschema-0.0.2.tbz" 44 + checksum: [ 45 + "sha256=fc8a8ff5d75e3b9d296324dafd6b823cc5869486ef9b7e5dcbf7df6304ac3d04" 46 + "sha512=71663dfb7fb02c2d96bb5b55d5293eb3ca745aa949e53356a78708d09468b80e02e5d2847f309cb92f55db8e429fcc97f53a6e9f18bf2c8d11896ee026e1c65a" 47 + ] 48 + } 49 + x-commit-hash: "d188a1021b64163e6f0aa270f9ab4a55e0e372b5"