# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Embedded key-value database inspired by BoltDB" description: "Lithos is an embedded, transactional key-value database written in OCaml. It provides MVCC with single-writer/multi-reader semantics and a functional API." maintainer: ["Owais J "] authors: ["Owais J "] license: "MIT" tags: ["database" "key-value" "embedded" "transactional" "MVCC"] homepage: "https://github.com/desertthunder/lithos" doc: "https://url/to/documentation" bug-reports: "https://github.com/desertthunder/lithos/issues" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.18"} "cmdliner" {>= "1.2.0"} "alcotest" {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/desertthunder/lithos.git" x-maintenance-intent: ["(latest)"]