forked from mirage/irmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
irmin-tezos-utils.opam
36 lines (32 loc) · 978 Bytes
/
irmin-tezos-utils.opam
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
34
35
36
opam-version: "2.0"
maintainer: "[email protected]"
authors: ["Gwenaëlle Lecat" "Nicolas Goguey"]
license: "ISC"
homepage: "https://github.com/mirage/irmin"
bug-reports: "https://github.com/mirage/irmin/issues"
dev-repo: "git+https://github.com/mirage/irmin.git"
doc: "https://mirage.github.io/irmin/"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
available: arch != "arm32" & arch != "x86_32"
depends: [
"ocaml" {>= "4.01.0"}
"dune" {>= "2.9.0"}
"irmin-tezos" {= version}
"irmin-pack" {= version}
"cmdliner" {>= "1.1.0"}
"notty" {>= "0.2.3"}
"ptime"
"hex"
"irmin-test" {with-test & = version}
"alcotest" {with-test}
]
synopsis: "Utils for Irmin tezos"
description: """
`Irmin-tezos-utils` defines useful binaries and libraries for
an internal use of irmin, like inspecting tezos stores, pack
files and such.
"""