# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Minimal SQLite key-value store for OCaml" description: "A simple key-value store backed by SQLite with support for namespaced tables, WAL mode, and efficient batch operations." maintainer: ["Thomas Gazagnaire"] authors: ["Thomas Gazagnaire"] license: "MIT" tags: ["org:blacksun" "storage"] homepage: "https://tangled.org/gazagnaire.org/ocaml-sqlite" bug-reports: "https://tangled.org/gazagnaire.org/ocaml-sqlite/issues" depends: [ "dune" {>= "3.21"} "ocaml" {>= "5.1"} "btree" {>= "0.1"} "eio" {>= "1.0"} "eio_main" {>= "1.0"} "fmt" {>= "0.9"} "logs" {>= "0.7"} "cmdliner" {>= "1.3"} "vlog" {>= "0.1"} "nox-tty" {>= "0.1"} "wal" {>= "0.1"} "menhir" {build} "alcotest" {with-test} "mdx" {with-test} "nox-memtrace" {with-test} "alcobar" {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://tangled.org/gazagnaire.org/ocaml-sqlite" x-maintenance-intent: ["(latest)"] x-quality-build: "2026-04-15" x-quality-fuzz: "2026-04-15" x-quality-test: "2026-04-15"