opam-version: "2.0"
authors: "Francois BERENGER"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/dokeysto"
bug-reports: "https://github.com/UnixJunkie/dokeysto/issues"
dev-repo: "git+https://github.com/UnixJunkie/dokeysto.git"
license: "LGPL-2.1"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  [make "test"] {with-test}
]
depends: [
  "ocaml"
  "jbuilder"
  "base-bytes"
  "base-unix"
  "extunix"
  "lz4"
]
synopsis: "the dumb OCaml key-value store"
description: """
Persistent hash table (i.e. in a file on disk) for string keys
and string values."""
url {
  src: "https://github.com/UnixJunkie/dokeysto/archive/v1.0.1.tar.gz"
  checksum: "md5=0c82c644eff921efbe978194e784ba15"
}
