# 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" 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"} "tty" {>= "0.1"} "alcotest" {with-test} "crowbar" {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)"]