this repo has no description

Package diff.1.0.2

Changed files
+39
packages
diff
diff.1.0.2
+39
packages/diff/diff.1.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A library for generating diffs from product types"
+
maintainer: ["Zach Baylin <zach.baylin@skolem.com>"]
+
authors: ["Zach Baylin <zach.baylin@skolem.com>"]
+
license: "MIT"
+
homepage: "https://github.com/skolemlabs/diff"
+
bug-reports: "https://github.com/skolemlabs/diff/issues"
+
depends: [
+
"dune" {>= "3.10"}
+
"ocaml" {>= "4.08.0"}
+
"ppxlib" {>= "0.26.0"}
+
"ocamlformat" {with-dev-setup}
+
"ppx_deriving" {with-test}
+
"tezt" {with-test & >= "3.1.1" & < "4.0.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/skolemlabs/diff.git"
+
url {
+
src: "https://github.com/skolemlabs/diff/archive/refs/tags/1.0.2.tar.gz"
+
checksum: [
+
"md5=6316048a1c65fa28a0ee71fa1450d87c"
+
"sha512=07d1be5825e00f6d10e6c9d175ef7cc300dc6b8993d91004817d4dc086298798fe7d017b8024d1c1b62d35fbf091077c1fb518418c7f1039e3e071ef07db0f5a"
+
]
+
}