dbf4736e6b
Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Co-authored-by: Gregoire Henry <gregoire.henry@tezos.com>
21 lines
548 B
Plaintext
21 lines
548 B
Plaintext
opam-version: "2.0"
|
|
maintainer: "gregoire.henry@tezos.com"
|
|
authors: ["Grégoire Henry"]
|
|
license: "ISC"
|
|
homepage: "https://gitlab.com/tezos/irmin-lmdb"
|
|
bug-reports: "https://gitlab.com/tezos/irmin-lmdb/issues"
|
|
dev-repo: "git+https://gitlab.com/tezos/irmin-lmdb.git"
|
|
doc: "https://tezos.gitlab.io/irmin-lmdb/"
|
|
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
]
|
|
run-test: ["dune" "runtest" "-p" name]
|
|
|
|
depends: [
|
|
"dune" {build & >= "1.0.1"}
|
|
"irmin" {>= "1.4.0"}
|
|
"lmdb" {>= "0.1"}
|
|
]
|