this repo has no description
1opam-version: "2.0" 2authors: "Francois Berenger" 3maintainer: "unixjunkie@sdf.org" 4homepage: "https://github.com/UnixJunkie/pardi" 5bug-reports: "https://github.com/UnixJunkie/pardi/issues" 6dev-repo: "git+https://github.com/UnixJunkie/pardi.git" 7license: "GPL-1.0-or-later" 8build: ["dune" "build" "-p" name "-j" jobs] 9depends: [ 10 "dune" {>= "1.11"} 11 "batteries" 12 "dolog" {>= "4.0.0" & < "5.0.0"} 13 "parany" {>= "6.0.0" & < "10.0.0"} 14 "minicli" 15 "lz4" 16 "cryptokit" 17 "zmq" {< "5.1.4"} 18 "ocaml" {>= "4.05.0"} 19] 20synopsis: "Parallel and distributed execution of command lines, pardi!" 21description: """ 22Almost like GNU parallel; just better. 23 24Pardi pushes further the point at which you have to use a supercomputer. 25Alternatively, it can be used on a supercomputer to make life in there 26much more fun and productive. 27 28Put back the fun into computing: use pardi! 29""" 30url { 31 src: "https://github.com/UnixJunkie/pardi/archive/v2.0.3.tar.gz" 32 checksum: [ 33 "sha256=0c51ec07cced3096c17c20bf3eafd4b9e5a11670b5b37d76f89d9f52fb4ab26d" 34 "md5=2788d3c08b76e71b2add8f0e5f690bd4" 35 ] 36}