GitShow/mitchellh/zig-build-libxml2
mitchellh

zig-build-libxml2

The libxml2 library built and packaged for the Zig build system. These are not Zig language bindings to the library.

by mitchellh
Star on GitHubFork

C

19 stars13 forks1 contributorQuiet · 2y agoSince 2023MIT

Meet the team

See all 1 on GitHub →
mitchellh
mitchellh3 contributions

Languages

View on GitHub →
C44.9%
RPGLE35.9%
Python9%
HTML4.9%
Shell1.6%
JavaScript1.3%
Other2.5%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 discussion · Last activity 2y ago
See all on GitHub →
codebombi
cross-compiling errorOpenIssue

Hi, thanks for your work. I'm compiling on my mac os. I wanted to compile for Linux and Mac. When I compile like this "zig build -Dtarget=aarch64-linux-gnu". I get libxml2.so But "zig build -Dtarget=aarch64-macos" error Please tell me how to compile.

codebombi · 2y ago

Recent fixes

View closed PRs →
sashka
build: update to 0.14.0-devMergedPR
sashka · 1y ago
mattnite
Update to zig 0.12.0-dev.2777+2176a73d6MergedPR
mattnite · 1y ago
ianprime0509
Update to latest Zig master and use package managerMergedPR

There are two commits in this PR. The first is just a one-line update to adapt to a recent API change (merged to master, but the latest tarball on the download page hasn't caught up yet at the time of writing). While I was making that change, I realized that several recent package manager improvements should actually make it possible to completely remove the vendored upstream sources and instead fetch and use an upstream release tarball directly: this is the second commit of this PR. This does have the disadvantage that the resulting uncompressed size of the project and its dependencies is larger, since currently this repository is removing some irrelevant parts of the vendored upstream distribution, but it also obviates the need for users to manually verify that the upstream contents match. ~~Unfortunately, I don't have any experience using Nix, so I haven't updated that part yet. If I get a chance to try it out and learn how it works, I'll update this PR with changes there as well.~~ Update: done

ianprime0509 · 2y ago
Structured data for AI agents

Repository: mitchellh/zig-build-libxml2. Description: The libxml2 library built and packaged for the Zig build system. These are not Zig language bindings to the library. Stars: 19, Forks: 13. Primary language: C. Languages: C (44.9%), RPGLE (35.9%), Python (9%), HTML (4.9%), Shell (1.6%). License: MIT. Open PRs: 0, open issues: 1. Last activity: 2y ago. Community health: 42%. Top contributors: mitchellh.

·@ofershap

Replace github.com with gitshow.dev