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/1.0.0.tar.gz" 39 checksum: [ 40 "md5=d1cbae2e24ccea2d3232cfbff29a202c" 41 "sha512=cc4c49192f8c646e2dceca73e02b01c77eaedd8916a0fcc5d84c54c54ccfb8e241514cfd57e10a615a8e2f185f730d3015e380397263f31979d306dd55bfaa2e" 42 ] 43}