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.8.0" & < "2.0.0~" & with-test}
19 "caqti-driver-mariadb" {>= "1.8.0" & < "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.5.tar.gz"
39 checksum: [
40 "md5=20516760578c31cfc0e56db9bb84cebc"
41 "sha512=787252e6acd1010ae3ffd8105f4abff4f66c5d6efffee827f2ffc6695a2ad7cea6b859dc62398acf4c7e8b08ffa44a5974fa14faf68f623db14e91e96f0e65e6"
42 ]
43}