libfile-stripnondeterminism-perl

Perl module for stripping non-determinism from files
 
  0
  no reviews



File::stripnondeterminism is a perl module for stripping bits of non-deterministic information, such as timestamps and file system order, from files such as gzipped files, zip archives, and jar files. it can be used as a post-processing step to make a build reproducible, when the build process itself cannot be made deterministic. it is used as part of the reproducible builds project.

this package contains the perl module.