-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpatdiff.opam
More file actions
31 lines (31 loc) · 856 Bytes
/
patdiff.opam
File metadata and controls
31 lines (31 loc) · 856 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
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/patdiff"
bug-reports: "https://github.com/janestreet/patdiff/issues"
dev-repo: "git+https://github.com/janestreet/patdiff.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/patdiff/index.html"
license: "MIT"
x-maintenance-intent: ["(latest)"]
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "5.1.0"}
"base"
"core"
"core_extended"
"core_kernel"
"core_unix"
"expect_test_helpers_core"
"patience_diff"
"ppx_jane"
"angstrom" {>= "0.15.0"}
"dune" {>= "3.17.0"}
"re" {>= "1.8.0"}
"uucp"
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "File Diff using the Patience Diff algorithm"
description: "
"