shardz- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
control (625B)
1 Source: shardz 2 Section: utils 3 Priority: optional 4 Maintainer: acidvegas <acid.vegas@acid.vegas> 5 Build-Depends: debhelper-compat (= 13), gcc, make 6 Standards-Version: 4.5.1 7 Homepage: https://github.com/acidvegas/shardz 8 9 Package: shardz 10 Architecture: any 11 Depends: ${shlibs:Depends}, ${misc:Depends} 12 Description: Utility that shards process output for distributed processing 13 Shardz is a lightweight C utility that shards (splits) the output of any 14 process for distributed processing. It allows you to easily distribute 15 workloads across multiple processes or machines by splitting input streams 16 into evenly distributed chunks.