Skip to main content

Module registry

Module registry 

Source
Expand description

Registry integration for plugin-packager

This module provides integration with the plugin registry system, allowing plugins to be registered, discovered, and managed through the registry.

Structs§

DependencyResolution
Result of dependency resolution
DependencyResolver
Dependency resolver for plugin installation
LocalRegistry
In-memory plugin registry for local installations
PluginDependency
Plugin dependency for registry
PluginRegistryEntry
Plugin metadata for registry registration
RegistryPersistence
Registry persistence (for future: save/load to disk)
UnmetDependency
Represents an unmet dependency
VersionRequirement
Represents a version requirement (e.g., “>=1.0.0”, “1.2.x”, “2.0.0”)