
Construct a Built field value for the current build environment
built_stamp.Rdcranlike derives package metadata from the CRAN source DESCRIPTION, which
never carries a Built: field (R stamps that only when it builds a binary).
Our S3 tarballs are binaries, so we pass this stamp to
cranlike::update_PACKAGES()/cranlike::add_PACKAGES() to advertise them as
such. Binary-aware clients (e.g. uvr) key their binary-vs-source decision on
the Built: platform triple + R minor; without it they treat the repo as
source-only and compile everything, which needs system -dev libraries.