# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Persistent key/value storage for OCaml using SQLite"
description:
  "This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package."
maintainer: ["Jan Rochel <jan@besport.com>"]
authors: ["Ocsigen team <dev@ocsigen.org>"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/ocsigen/ocsipersist"
bug-reports: "https://github.com/ocsigen/ocsipersist/issues"
depends: [
  "dune" {>= "3.18"}
  "lwt" {>= "4.2.0"}
  "logs"
  "ocsipersist"
  "sqlite3"
  "js_of_ocaml-ppx_deriving_json" {with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/ocsigen/ocsipersist.git"
x-maintenance-intent: ["(latest)"]
