Enumeration
Variant
public enum Variant: String
The different formats of the ar
archive.
Relationships
Conforms To
String
Enumeration Cases
bsd
case bsd = "BSD"
Used by the BSD and MacOS implementation of the ar
command. This format is backwards-compatible with the "common" format.
gnu
case gnu = "GNU"
The System V (or GNU) variant. Used by the GNU implementation of the ar
command, and on Windows.
This format is not backwards-compatible with the "common" format.