Files
static-php-cli/src/Package
henderkes 0807e9e253 watcher: drop ldflags from compile-only invocation
The shell invocation runs `$CXX -c` to compile watcher-c.cpp to a .o,
which never links. Passing linker flags to a compile-only step is
either ignored or, with some flags, an error. Drop them.
2026-05-24 20:54:44 +07:00
..
2026-02-06 16:34:51 +08:00
2026-05-24 18:11:41 +08:00
2025-11-30 15:35:04 +08:00

Package Implementation

This directory contains the implementation of the Package module, which provides functionality for managing and manipulating packages within the system.