this repo has no description

Package ppx_update.0.81

Changed files
+39
packages
ppx_update
ppx_update.0.81
+39
packages/ppx_update/ppx_update.0.81/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "PPX library to optimize record updates"
+
description:
+
"ppx_update optimizes away record updates when new record contents match old ones"
+
maintainer: ["yotambarnoy@gmail.com"]
+
authors: ["Yotam Barnoy"]
+
license: "MIT"
+
tags: ["ppx"]
+
homepage: "https://github.com/bluddy/ppx_update"
+
bug-reports: "https://github.com/bluddy/ppx_update/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.9"}
+
"ppxlib" {>= "0.30.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/bluddy/ppx_update.git"
+
url {
+
src: "https://github.com/bluddy/ppx_update/archive/refs/tags/0.81.tar.gz"
+
checksum: [
+
"md5=494f7e6c72d76c96b5be41b655a44dae"
+
"sha512=55c7cbbeebf089daadd69115278c114339dd6c5f80c02dde71066da70a7b68b5962ab7978891ed70ea4c261d755528dbdbf9b5c5106c3b15416eb6d8b1e0d8e1"
+
]
+
}