this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Queue service implementations for Sihl"
4description:
5 "Modules for running tasks in the background on a persistent queue."
6maintainer: ["josef@oxidizing.io"]
7authors: ["Josef Erben" "Aron Erben" "Miko Nieminen"]
8license: "MIT"
9homepage: "https://github.com/oxidizing/sihl"
10doc: "https://oxidizing.github.io/sihl/"
11bug-reports: "https://github.com/oxidizing/sihl/issues"
12depends: [
13 "dune" {>= "2.7"}
14 "ocaml" {>= "4.08.0"}
15 "sihl" {= version}
16 "tyxml-ppx" {>= "4.4.0"}
17 "alcotest-lwt" {>= "1.4.0" & with-test}
18 "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test}
19 "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/oxidizing/sihl.git"
37url {
38 src: "https://github.com/oxidizing/sihl/archive/3.0.1.tar.gz"
39 checksum: [
40 "md5=4157e84bdd55758a1a2fb1ccb4172663"
41 "sha512=31aa7fc2b27a2713955b2bd6ed2b727245796e26361d0ba163501a79b9f46a75d258fbc6165eb68ddbfb16b18f96560367946fa91f856c14027fbfb2286233e9"
42 ]
43}