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/2.0.0.tar.gz" 39 checksum: [ 40 "md5=8cde8cf002a145dc3223568924a34ba3" 41 "sha512=d61b776017feeb5e0a24624fa4c5db6f30d7c7badd8c696283cf51baf0c36d4d3335fee0fdf835e6d7289ce51d36439463014ce3b25a2eb15d05f331c094aa86" 42 ] 43}