opam-version: "2.0" name: "lmdb" version: "0.1" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " license: "ISC" synopsis: "Simple OCaml binding to Lightning Memory-Mapped Database from Symas" homepage: "https://github.com/vbmithr/ocaml-lmdb" bug-reports: "https://github.com/vbmithr/ocaml-lmdb/issues" dev-repo: "git://github.com/vbmithr/ocaml-lmdb" build: [ [ "dune" "build" "-j" jobs "-p" name "@install" ] [ "mv" "vendors/tezos-modded/vendors/ocaml-lmdb/lmdb.install" "." ] ] depends: [ "dune" {build & >= "1.0.1"} "rresult" {>= "0.5.0"} "cstruct" {with-test & >= "3.2.1"} "alcotest" {with-test & >= "0.8.1"} ] url { src: "https://gitlab.com/ligolang/ligo/-/archive/master/ligo.tar.gz" }