this repo has no description
0
fork

Configure Feed

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

[new release] ppx_deriving_jsonschema (0.0.3)

CHANGES:

- make the default format compatible with the deriving ppxes

+49
+49
packages/ppx_deriving_jsonschema/ppx_deriving_jsonschema.0.0.3/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.3/ppx_deriving_jsonschema-0.0.3.tbz" 44 + checksum: [ 45 + "sha256=d517fc97fabe39ef8eea49dcc91b9abec03e86fdcb53fcf37b046aa0954e4d1a" 46 + "sha512=b9785ea7c0394946d4585839da4d137c2ea15642f2588df3c3506e514c08f4e8413a59dd075730d7e55e686dc165140c5cdce90e5eb349b439953dba9a142d76" 47 + ] 48 + } 49 + x-commit-hash: "89001d35c53da2b93f1082de467b7c59846bdb93"