this repo has no description
1opam-version: "2.0" 2synopsis: "A Sihl service for queue jobs" 3description: """ 4 5A Sihl service for putting and working jobs on queues. Various queue backends are provided.""" 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-contract" {= version} 16 "sihl-persistence" {= version} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/oxidizing/sihl.git" 34x-commit-hash: "57e1a542fae708251f08da84b85cdb30b498c96a" 35url { 36 src: 37 "https://github.com/oxidizing/sihl/releases/download/0.2.2/sihl-0.2.2.tbz" 38 checksum: [ 39 "sha256=cfdbfc4b5b122d5be73480dc6050ea19f970c918d19ecfde1fe1f3b152154d28" 40 "sha512=2bcb39b1e7e98892d65ded542b143259156671106e7a30ad5211c22ec54b87047320c2cf6c115db1931a563ff8204e9f420cf3edfc1559d4c9ce53b0ef40e529" 41 ] 42}