this repo has no description
1opam-version: "2.0" 2maintainer: "Rizo Isrof <rizo@odis.io>" 3authors: "Rizo Isrof <rizo@odis.io>" 4homepage: "https://github.com/rizo/nproc" 5bug-reports: "https://github.com/rizo/nproc/issues" 6dev-repo: "git+https://github.com/rizo/nproc.git" 7license: "BSD-3-Clause" 8build: [ 9 [make] 10] 11install: [make "install"] 12remove: ["ocamlfind" "remove" "nproc"] 13depends: [ 14 "ocaml" {< "5.0.0"} 15 "ocamlfind" {build} 16 "lwt" 17] 18synopsis: "Process pool implementation for OCaml." 19flags: light-uninstall 20url { 21 src: "https://github.com/rizo/nproc/archive/v0.5.1.zip" 22 checksum: [ 23 "sha256=b088be7c56db3e1624d8886ff56376c2a8033b860d36c23efeec8fcb7f79e224" 24 "md5=f6e672b522d9482950ffd1a7bcc04cf2" 25 ] 26}