This opam repository contains some simple opam packages which do not require the OCaml compiler, mainly for testing the reproducibility tooling for opam.
envcaptures the environment variables in a file which is installed,fail-randomis a non-reproducible package which captures output from/dev/randominto a file,fail-timestampis a non-reproducible package which records the current timestamp,nothinginstalls nothing,ocamlis an empty package to avoid bootstrapping an OCaml compiler,somethinginstalls a single file,timestamprespectsSOURCE_DATE_EPOCHand records a timestamp.