You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
opam-version: "2.0" |
|
maintainer: "whitequark <whitequark@whitequark.org>" |
|
authors: [ "whitequark <whitequark@whitequark.org>" ] |
|
license: "MIT" |
|
homepage: "https://github.com/whitequark/ppx_deriving_yojson" |
|
bug-reports: "https://github.com/whitequark/ppx_deriving_yojson/issues" |
|
dev-repo: "git://github.com/whitequark/ppx_deriving_yojson.git" |
|
tags: [ "syntax" "json" ] |
|
build: [ |
|
["dune" "subst"] {pinned} |
|
["dune" "build" "-p" name "-j" jobs] |
|
["dune" "runtest" "-p" name] {with-test} |
|
] |
|
depends: [ |
|
"ocaml" {>= "4.04.0" & < "4.10.0"} |
|
"yojson" {>= "1.6.0" & < "2.0.0"} |
|
"result" |
|
"ppx_deriving" {>= "4.0" & < "5.0"} |
|
"ppx_tools" {build} |
|
"ppxfind" {build} |
|
"dune" {>= "1.2"} |
|
"cppo" {build} |
|
"ounit" {with-test & >= "2.0.0"} |
|
] |
|
conflicts: [ |
|
"ppx_deriving" {= "4.2"} |
|
] |
|
synopsis: "JSON codec generator for OCaml" |
|
description: """ |
|
ppx_deriving_yojson is a ppx_deriving plugin that provides |
|
a JSON codec generator.""" |
|
url { |
|
src: "https://github.com/ocaml-ppx/ppx_deriving_yojson/archive/v3.5.1.tar.gz" |
|
checksum: "sha256=aefe9c673f2f0ee2beb9edcca5a4e332a9fe9266c81bc554b8df5cd375568994" |
|
}
|
|
|