(lang dune 3.21) (name sqlite) (generate_opam_files true) (license MIT) (authors "Thomas Gazagnaire") (maintainers "Thomas Gazagnaire") (source (tangled gazagnaire.org/ocaml-sqlite)) (package (name sqlite) (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.") (depends (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)) (tty (>= 0.1)) (alcotest :with-test) (crowbar :with-test)))