// Package rosa provides Rosa OS toolchain artifacts and miscellaneous software. package rosa import ( "hakurei.app/internal/pkg" ) const ( // kindEtc is the kind of [pkg.Artifact] of cureEtc. kindEtc = iota + pkg.KindCustomOffset )