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" {= version} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/oxidizing/sihl.git" 33x-commit-hash: "f52f74f2d6035b801348e22afcfcd4b0f58509b3" 34url { 35 src: 36 "https://github.com/oxidizing/sihl/releases/download/0.1.7/sihl-queue-0.1.7.tbz" 37 checksum: [ 38 "sha256=a432c28b88610b8ef914aa93d1be5bf3ad4b357ebaa8e95848e981ea30611cd4" 39 "sha512=e85a2c2935973826ef29191d6a784dca53660c8df55a98174d7326a8a73865cf7f35bfae034b179d85f30bb809985da3c6d170608da2e9ac9763b8fd1f8a1a4e" 40 ] 41}