2 Repos
Renaming of third-party packages to avoid conflicts when multiple versions of the same dependency are required.
Distinct from Dependency Versioning: Focuses on renaming packages for conflict resolution rather than updating semantic version strings.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Dependency Renaming. Refine with filters or upvote what's useful.
This project provides the core framework and system API layer for the Android operating system. It consists of the fundamental Java and C++ libraries that define system behavior and establish the interface contracts required for system applications and hardware abstraction. The project includes a runtime optimizer used to reduce startup time and improve execution speed by pre-compiling methods and configuring boot images. It also features a software quality toolchain that enforces code formatting, audits commit metadata, and manages API compatibility to ensure stable interface contracts acros
Relocates external library packages to internal namespaces during the build process to prevent classpath conflicts.
This project is a JavaScript optimizer, minifier, module bundler, transpiler, and static analysis tool. It provides a compilation pipeline designed to shrink file sizes and improve runtime performance. The system utilizes a multi-pass compilation process to perform dead code elimination, global name mangling, and static type inference. It identifies unreachable functions and unused variables to reduce the final output size and detects potential runtime errors without executing the code. The tool manages assets through dependency resolution, code chunking, and bundle management. It ensures co
Renames third-party library packages to prevent version conflicts when multiple versions of a dependency are used.