package types // Library holds the attribute of a package library type Library struct { Name string Version string }