opam-version: "2.0" synopsis: "A simple immutable database for the masses" description: "SandDB is a simple easy async immutable database" maintainer: ["Robert Toth"] authors: ["Robert Toth"] license: "MIT" homepage: "https://github.com/StrykerKKD/SandDB" doc: "https://strykerkkd.github.io/SandDB/" bug-reports: "https://github.com/StrykerKKD/SandDB/issues" depends: [ "ocaml" {>= "4.06.0"} "dune" {>= "3.0"} "atdgen" {< "2.16.0"} "base" {< "v0.17"} "lwt" "uuidm" "alcotest" "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/StrykerKKD/SandDB.git" url { src: "https://github.com/StrykerKKD/SandDB/releases/download/0.3.0/sanddb-0.3.0.tbz" checksum: [ "sha256=3452ba21c6b448b58a12f4da42ca66d8dedd3a4105807786d1ba60a7464e1bf1" "sha512=a9a412ffbff8eb13ca38144df44571074d9e6402bb5b0539b5bf04ceebb03ce45c66432792783045277309b3ca1d037e8792578e3e26c9573dcda91066d1a47e" ] } x-commit-hash: "1756e4ba25a30e26b20631c6081215947e026e22"