047 deps system

✓ Passing This code compiles and runs correctly.

Code

input.kz

Flows

flow ~requires.system click a branch to expand · @labels scroll to their anchor
requires.system (source: "name": "curl", "check": "curl-config --version", "brew": "curl", "apt": "libcurl4-openssl-dev", "dnf": "libcurl-devel", "pacman": "curl")
flow ~requires.system click a branch to expand · @labels scroll to their anchor
requires.system (source: "name": "zlib", "check": "pkg-config --modversion zlib", "brew": "zlib", "apt": "zlib1g-dev", "dnf": "zlib-devel", "pacman": "zlib")
flow ~requires.system click a branch to expand · @labels scroll to their anchor
requires.system (source: "name": "nonexistent-lib", "check": "nonexistent-check-command --version", "brew": "nonexistent-brew-pkg", "apt": "nonexistent-apt-pkg")
flow ~main click a branch to expand · @labels scroll to their anchor
main

Test Configuration

Post-validation Script: