Alien-Libgit2

 view release on metacpan or  search on metacpan

CLAUDE.md  view on Meta::CPAN


## What It Does

Alien::Libgit2 follows the Alien::Build pattern:

1. First checks if a system libgit2 (>= 1.5) is available via `pkg-config libgit2`
2. If not, builds libgit2 from source (bundled tarball — no network required)

## Used By

- `Git::Libgit2` — low-level FFI::Platypus bindings against libgit2
- `Git::Native` — high-level Moo wrapper on top of `Git::Libgit2`

Other consumers should call `Alien::Libgit2->dynamic_libs` (for FFI) or
`->cflags`/`->libs` (for XS).

## Bundled Source

Ships `libgit2-1.9.3.tar.gz` in `share/`. No network access required
during `cpanm` install — suitable for air-gapped environments.



( run in 0.957 second using v1.01-cache-2.11-cpan-2398b32b56e )