26 lines
878 B
Plaintext
Generated
26 lines
878 B
Plaintext
Generated
opam-version: "2.0"
|
|
maintainer: "Jane Street developers"
|
|
authors: ["Jane Street Group, LLC"]
|
|
homepage: "https://github.com/janestreet/ppx_yojson_conv_lib"
|
|
bug-reports: "https://github.com/janestreet/ppx_yojson_conv_lib/issues"
|
|
dev-repo: "git+https://github.com/janestreet/ppx_yojson_conv_lib.git"
|
|
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_yojson_conv_lib/index.html"
|
|
license: "MIT"
|
|
build: [
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
]
|
|
depends: [
|
|
"ocaml" {>= "5.1.0"}
|
|
"dune" {>= "3.11.0"}
|
|
"yojson" {>= "1.7.0"}
|
|
]
|
|
available: arch != "arm32" & arch != "x86_32"
|
|
synopsis: "Runtime lib for ppx_yojson_conv"
|
|
description: "
|
|
Part of the Jane Street's PPX rewriters collection.
|
|
"
|
|
url {
|
|
src: "https://github.com/janestreet/ppx_yojson_conv_lib/archive/refs/tags/v0.17.0.tar.gz"
|
|
checksum: "sha256=f6e6ee92408c53c5ecd8bb5ae93811aa4cf71f8dc144d5943be8fc2c7697b199"
|
|
}
|