Skip to main content

Crate oxilean_build

Crate oxilean_build 

Source
Expand description

§OxiLean Build System & Package Manager

This crate implements the build system and package manager for OxiLean, providing incremental compilation, dependency resolution, parallel build execution, and package registry integration.

§Modules

  • manifest: Package manifest parsing and metadata
  • resolver: PubGrub-style dependency resolution
  • incremental: Incremental compilation with fingerprinting
  • executor: DAG-based parallel build scheduling
  • registry: Package registry integration
  • scripts: Custom build scripts and hooks

Re-exports§

pub use core_types::*;

Modules§

analytics
Auto-generated module structure
cache_eviction
Auto-generated module structure
cache_invalidation
Smart build cache invalidation for the OxiLean build system.
core_types
Auto-generated module structure
dep_analysis
Dependency graph analysis for the OxiLean build system.
distributed
Auto-generated module structure
executor
Auto-generated module structure
file_watcher
File Watcher Integration
incremental
Auto-generated module structure
manifest
Auto-generated module structure
opt_incremental
Auto-generated module structure
plan_optimizer
Build Plan Optimizer
registry
Auto-generated module structure
remote_cache
Auto-generated module structure
resolver
Auto-generated module structure
scripts
Auto-generated module structure