this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Cache service implementations for Sihl"
4description: "A key-value store with support for PostgreSQL and MariaDB."
5maintainer: ["josef@oxidizing.io"]
6authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
7license: "MIT"
8homepage: "https://github.com/oxidizing/sihl"
9doc: "https://oxidizing.github.io/sihl/"
10bug-reports: "https://github.com/oxidizing/sihl/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "ocaml" {>= "4.08.0"}
14 "sihl" {= version}
15 "alcotest-lwt" {>= "1.4.0" & with-test}
16 "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test}
17 "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test}
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/oxidizing/sihl.git"
35url {
36 src: "https://github.com/oxidizing/sihl/archive/3.0.4.tar.gz"
37 checksum: [
38 "md5=8a2754d6e5b9eafb8ff332abdb1ceb7d"
39 "sha512=3230a1315686b0b6f90a41ceda27ab036e178184ab13d5a98f64d6d987caf4a8a5d94ed78bc8e79b0ee3b40ccbb1dbdc71ffe171f1aef1f18aba81fc720e3a1b"
40 ]
41}