2018-05-24 15:32:15 +04:00
|
|
|
opam-version: "1.2"
|
|
|
|
name: "lmdb"
|
|
|
|
version: "0.1"
|
|
|
|
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
|
|
|
|
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
|
|
|
|
license: "ISC"
|
|
|
|
homepage: "https://github.com/vbmithr/ocaml-lmdb"
|
|
|
|
bug-reports: "https://github.com/vbmithr/ocaml-lmdb/issues"
|
|
|
|
dev-repo: "git://github.com/vbmithr/ocaml-lmdb"
|
|
|
|
|
|
|
|
available: [
|
|
|
|
ocaml-version >= "4.02.0"
|
|
|
|
]
|
|
|
|
|
2018-07-23 17:40:55 +04:00
|
|
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
2018-05-24 15:32:15 +04:00
|
|
|
depends: [
|
2018-07-23 17:40:55 +04:00
|
|
|
"dune" {build & >= "1.0.1"}
|
2018-05-24 15:32:15 +04:00
|
|
|
"rresult" {>= "0.5.0"}
|
|
|
|
"cstruct" {test & >= "3.2.1"}
|
|
|
|
"alcotest" {test & >= "0.8.1"}
|
|
|
|
]
|