opam-version: "2.0"
maintainer: "seb@mondet.org"
authors: [ "Sebastien Mondet <seb@mondet.org>" ]
homepage: "http://seb.mondet.org/software/trakeva/"
license: "Apache-2.0"
build: [
  ["oasis" "setup"]
  [
    "ocaml"
    "setup.ml"
    "-configure"
    "--prefix"
    prefix
    "--%{sqlite3:enable}%-sqlite"
  ]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "trakeva_sqlite"]
  ["ocamlfind" "remove" "trakeva"]
]
depends: [
  "ocaml"
  "base-threads"
  "nonstd"
  "ocamlfind"
  "pvem_lwt_unix"
  "oasis"
  "ocamlbuild" {build}
]
depopts: [
  "sqlite3"
]
dev-repo: "git://github.com/smondet/trakeva"
install: ["ocaml" "setup.ml" "-install"]
synopsis:
  "Transactions, Keys, and Values: Common interface to various databases"
flags: light-uninstall
url {
  src: "https://github.com/smondet/trakeva/archive/trakeva.0.0.0.tar.gz"
  checksum: "md5=41f6eab4ccc88bd882be25eeef696201"
}
