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" & < "11.0.0"}
14 "minicli" {>= "5.0.0"}
15 "lz4"
16 "cryptokit"
17 "zmq" {>= "5.0.0" & < "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.4.tar.gz"
32 checksum: [
33 "sha256=d89ff74611f7ed597e8425ba43357708241b80b14343a4db383115f223bcba71"
34 "md5=6bb0e803092bfa1bda46688119912be0"
35 ]
36}