2019-01-11 09:29:28 +04:00
|
|
|
opam-version: "2.0"
|
2018-05-24 15:32:27 +04:00
|
|
|
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"
|
2019-01-11 09:29:28 +04:00
|
|
|
dev-repo: "git+https://gitlab.com/tezos/irmin-lmdb.git"
|
2018-05-24 15:32:27 +04:00
|
|
|
doc: "https://tezos.gitlab.io/irmin-lmdb/"
|
|
|
|
|
|
|
|
build: [
|
2018-07-23 17:40:55 +04:00
|
|
|
["dune" "subst"] {pinned}
|
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
2018-05-24 15:32:27 +04:00
|
|
|
]
|
2019-01-11 09:29:28 +04:00
|
|
|
run-test: ["dune" "runtest" "-p" name]
|
2018-05-24 15:32:27 +04:00
|
|
|
|
|
|
|
depends: [
|
2018-07-23 17:40:55 +04:00
|
|
|
"dune" {build & >= "1.0.1"}
|
2018-06-18 14:35:12 +04:00
|
|
|
"irmin" {>= "1.4.0"}
|
2018-05-24 15:32:27 +04:00
|
|
|
"lmdb" {>= "0.1"}
|
|
|
|
]
|