this repo has no description
1opam-version: "2.0" 2synopsis: "A simple immutable database for the masses" 3description: "SandDB is a simple easy async immutable database" 4maintainer: ["Robert Toth"] 5authors: ["Robert Toth"] 6license: "MIT" 7homepage: "https://github.com/StrykerKKD/SandDB" 8doc: "https://strykerkkd.github.io/SandDB/" 9bug-reports: "https://github.com/StrykerKKD/SandDB/issues" 10depends: [ 11 "ocaml" {>= "4.06.0"} 12 "dune" {>= "3.0"} 13 "atdgen" {< "2.16.0"} 14 "base" {< "v0.17"} 15 "lwt" 16 "uuidm" 17 "alcotest" 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/StrykerKKD/SandDB.git" 35url { 36 src: 37 "https://github.com/StrykerKKD/SandDB/releases/download/0.3.0/sanddb-0.3.0.tbz" 38 checksum: [ 39 "sha256=3452ba21c6b448b58a12f4da42ca66d8dedd3a4105807786d1ba60a7464e1bf1" 40 "sha512=a9a412ffbff8eb13ca38144df44571074d9e6402bb5b0539b5bf04ceebb03ce45c66432792783045277309b3ca1d037e8792578e3e26c9573dcda91066d1a47e" 41 ] 42} 43x-commit-hash: "1756e4ba25a30e26b20631c6081215947e026e22"