2019-05-13 11:42:54 +04:00
|
|
|
version: "dev"
|
2019-05-13 01:13:37 +04:00
|
|
|
name: "irmin-lmdb"
|
|
|
|
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/"
|
|
|
|
synopsis: "LMDB backend for Irmin"
|
|
|
|
|
|
|
|
build: [
|
|
|
|
["dune" "subst"] {pinned}
|
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
2019-05-27 14:32:48 +04:00
|
|
|
[ "mv" "vendors/tezos-modded/vendors/irmin-lmdb/irmin-lmdb.install" "." ]
|
2019-05-13 01:13:37 +04:00
|
|
|
]
|
|
|
|
run-test: ["dune" "runtest" "-p" name]
|
|
|
|
|
|
|
|
depends: [
|
|
|
|
"dune" {build & >= "1.0.1"}
|
|
|
|
"irmin" {>= "1.4.0"}
|
|
|
|
"lmdb" {>= "0.1"}
|
|
|
|
]
|
|
|
|
url {
|
2019-05-27 15:10:29 +04:00
|
|
|
src: "https://gitlab.com/ligolang/ligo/-/archive/master/ligo.tar.gz"
|
2019-05-13 01:13:37 +04:00
|
|
|
}
|