Module package

Module package 

Source
Expand description

Package management tools.

Structs§

PackageInfo
Information about a package.
PackageTyckDump
Package scope and type-checker dump.
PackageTyckDumpOptions
Options for dumping package scope and type-checker information.

Enums§

PackageFilter
A filter for packages.

Functions§

check_package
Check Package.
find_package_and_latest
Finds the package entry for a given package spec, and also the latest version entry.
get_manifest
Parses the manifest of the package located at package_path.
get_manifest_id
Parses the manifest of the package located at package_path.
list_package
Get the packages in namespaces and their descriptions.
package_tyck_scope
Dumps package scopes together with type-checker results.
parse_package_import
Parses a package import from a string literal node in an import statement. Returns the PackageSpec if it’s a valid package import.