ligo/vendors/irmin-lmdb/irmin-lmdb.opam

23 lines
607 B
Plaintext
Raw Normal View History

2018-05-24 15:32:27 +04:00
opam-version: "1.2"
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: "https://gitlab.com/tezos/irmin-lmdb.git"
doc: "https://tezos.gitlab.io/irmin-lmdb/"
build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
build-test: ["jbuilder" "runtest" "-p" name]
depends: [
"jbuilder" {build & >= "1.0+beta10"}
2018-06-18 14:35:12 +04:00
"irmin" {>= "1.4.0"}
2018-05-24 15:32:27 +04:00
"lmdb" {>= "0.1"}
]
available: [ocaml-version >= "4.01.0"]