forked from mirage/irmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
irmin-tezos.opam
29 lines (28 loc) · 883 Bytes
/
irmin-tezos.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
opam-version: "2.0"
synopsis: "Irmin implementation of the Tezos context hash specification"
description: "Irmin implementation of the Tezos context hash specification"
maintainer: "Tarides <[email protected]>"
authors: ["Thomas Gazagnaire <[email protected]>"]
license: "ISC"
homepage: "https://github.com/mirage/irmin"
bug-reports: "https://github.com/mirage/irmin/issues"
depends: [
"dune" {>= "2.9.0"}
"irmin" {>= version}
"irmin-pack" {= version}
"ppx_irmin" {= version}
"tezos-base58"
"digestif" {>= "0.7"}
"cmdliner"
"fmt"
"yojson"
"alcotest" {with-test}
"hex" {with-test & >= "1.4.0"}
"fpath" {with-test}
"irmin-test" {with-test & = version}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test & arch != "arm32" & arch != "x86_32"}]
]
dev-repo: "git+https://github.com/mirage/irmin.git"