this repo has no description
1opam-version: "2.0" 2maintainer: "Ivan Gotovchits <ivg@ieee.org>" 3authors: "Ivan Gotovchits <ivg@ieee.org>" 4homepage: "https://github.com/ivg/parallel" 5bug-reports: "https://github.com/ivg/lwt-parallel/issues" 6dev-repo: "git+https://github.com/ivg/lwt-parallel.git" 7license: "MIT" 8build: [ 9 ["dune" "build" "@install" "-p" name "-j" jobs] 10 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 11 ["dune" "runtest" "-p" name] {with-test} 12] 13 14depends: [ 15 "base-unix" 16 "dune" {>= "1.6"} 17 "fmt" 18 "logs" 19 "lwt" {>= "2.7.0"} 20 "ocaml" {>= "4.08.0"} 21 "odoc" {with-doc} 22] 23synopsis: "Lwt-enabled Parallel Processing Library" 24 25tags: ["lwt" "parallel" "fork"] 26url { 27 src: "https://github.com/ivg/lwt-parallel/archive/refs/tags/v1.0.0.tar.gz" 28 checksum: [ 29 "sha256=2c05c098d25336413cc634b6ef8b89775901e16b10ed2dd492128ce2f8a2a92f" 30 "md5=86c30d030d7a9f04c6380c5e9dcedee0" 31 ] 32}