mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #401] Feature Request: Add zig package #317
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kassane on GitHub (Apr 25, 2023).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/401
The purpose of this proposal is to allow Zig developers to use libxlsxwriter in their projects without the need for git modules or any other external tool.
zig-pkgis still experimental and will be available in the v0.11.0 release - expected at the end of May.Theoretically it works similar to
go modorfetchContent (cmake).@kassane commented on GitHub (May 12, 2023):
@jmcnamara ,
My upgrade with all deps, see:
Still don't understand why GH-action on linux and macOS are getting error during download of zlib (zig-pkg).
After testing on my linux machine, it worked the same on the Windows machine mentioned above!
https://github.com/kassane/libxlsxwriter/actions/runs/4959441372
58dde43713/build.zig.zon (L1-L10)changelog: https://github.com/jmcnamara/libxlsxwriter/compare/main...kassane:libxlsxwriter:pkg-update
@jmcnamara commented on GitHub (Jun 4, 2025):
@kassane
The libxlsxwriter zig CI/GitHub action is failing on main. It looks like a CI issue since the code hasn't changed. Could you have a look.
@kassane commented on GitHub (Jun 4, 2025):
update to v2 fix!
@kassane commented on GitHub (Jun 4, 2025):
By default, CI get latest release v0.14.1. update CI
setup-zig@v2.Since zig v0.14.1 tarball changes rename. Old:
<os>-<arch>.<ext>to<arch>-<os>.<ext>@jmcnamara commented on GitHub (Jun 4, 2025):
Thanks. That worked.