this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A library for generating diffs from product types" 4maintainer: ["Zach Baylin <zach.baylin@skolem.com>"] 5authors: ["Zach Baylin <zach.baylin@skolem.com>"] 6license: "MIT" 7homepage: "https://github.com/skolemlabs/diff" 8bug-reports: "https://github.com/skolemlabs/diff/issues" 9depends: [ 10 "dune" {>= "3.10"} 11 "ocaml" {>= "4.08.0"} 12 "ppxlib" {>= "0.26.0"} 13 "ocamlformat" {with-dev-setup} 14 "ppx_deriving" {with-test} 15 "tezt" {with-test & >= "3.1.1" & < "4.0.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/skolemlabs/diff.git" 33url { 34 src: "https://github.com/skolemlabs/diff/archive/refs/tags/1.0.2.tar.gz" 35 checksum: [ 36 "md5=6316048a1c65fa28a0ee71fa1450d87c" 37 "sha512=07d1be5825e00f6d10e6c9d175ef7cc300dc6b8993d91004817d4dc086298798fe7d017b8024d1c1b62d35fbf091077c1fb518418c7f1039e3e071ef07db0f5a" 38 ] 39}