-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiff.opam
More file actions
33 lines (33 loc) · 814 Bytes
/
diff.opam
File metadata and controls
33 lines (33 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.0.2"
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"