this repo has no description
0
fork

Configure Feed

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

Merge pull request #26601 from Khady/release-ppx_deriving_jsonschema-0.0.1

[new release] ppx_deriving_jsonschema (0.0.1)

authored by

Anil Madhavapeddy and committed by
GitHub
a2d1b953 a01c1f80

+50
+50
packages/ppx_deriving_jsonschema/ppx_deriving_jsonschema.0.0.1/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>" 7 + "Ahrefs <github@ahrefs.com>" 8 + ] 9 + authors: [ 10 + "Louis Roché <louis.roche@ahrefs.com>" 11 + "Ahrefs <github@ahrefs.com>" 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 + "yojson" {with-test} 23 + "ocamlformat" {with-dev-setup} 24 + "ocaml-lsp-server" {with-dev-setup} 25 + "odoc" {with-doc} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + [ 30 + "dune" 31 + "build" 32 + "-p" 33 + name 34 + "-j" 35 + jobs 36 + "@install" 37 + "@runtest" {with-test} 38 + "@doc" {with-doc} 39 + ] 40 + ] 41 + dev-repo: "git+https://github.com/ahrefs/ppx_deriving_jsonschema.git" 42 + url { 43 + src: 44 + "https://github.com/ahrefs/ppx_deriving_jsonschema/releases/download/0.0.1/ppx_deriving_jsonschema-0.0.1.tbz" 45 + checksum: [ 46 + "sha256=53ef084d01e8b21b495a0fa068a11acd0bc3b435028d302396660f6ee69685a6" 47 + "sha512=d09890057505e8ab6b5a997717d524a514666b467cfe40f37a29a3189056bf32527cd66827c65dc847eeefba36b04e1143ec320080848df20f8adf01e748d8a3" 48 + ] 49 + } 50 + x-commit-hash: "36d48078f4d694dc864e406cf2d2e4a4c2850869"