(lang dune 3.18) (name lithos) (generate_opam_files true) (source (github desertthunder/lithos)) (authors "Owais J ") (maintainers "Owais J ") (license MIT) (documentation https://url/to/documentation) (package (name lithos) (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.") (depends (ocaml (>= 4.14)) dune (cmdliner (>= 1.2.0)) (alcotest :with-test) (odoc :with-doc)) (tags (database "key-value" embedded transactional MVCC))) ; See https://dune.readthedocs.io/en/stable/reference/dune-project/index.html