Variable: package-archive-column-width
package-archive-column-width is a customizable variable defined in
package.el.gz.
Value
8
Documentation
Column width for the Package archive in the package menu.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defcustom package-archive-column-width 8
"Column width for the Package archive in the package menu."
:type 'number
:version "28.1")