Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ziglang
/
zig
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.2k
Star
43.3k
Code
Issues
2.7k
Pull requests
117
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Package Manager MVP
- #14265
#14265
Merged
andrewrk
merged 18 commits into
master
ziglang/zig:master
from
init-package-manager
ziglang/zig:init-package-manager
Copy head branch name to clipboard
Jan 12, 2023
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Package Manager MVP
#14265
andrewrk
merged 18 commits into
master
ziglang/zig:master
from
init-package-manager
ziglang/zig:init-package-manager
Copy head branch name to clipboard
Commits
Commits on Jan 11, 2023
water cooler complaint about gzip stream namespace
andrewrk
committed
da6d79c
View commit details
Copy full SHA for da6d79c
Browse repository at this point
std.http.Client: support the Reader interface
andrewrk
committed
c50f653
View commit details
Copy full SHA for c50f653
Browse repository at this point
expose std.io.bufferedReaderSize
Show description for f945c2a
andrewrk
committed
f945c2a
View commit details
Copy full SHA for f945c2a
Browse repository at this point
add std.Ini for basic .ini file parsing
andrewrk
committed
4f6981b
View commit details
Copy full SHA for 4f6981b
Browse repository at this point
add std.tar for tar file unpacking
andrewrk
committed
585b997
View commit details
Copy full SHA for 585b997
Browse repository at this point
compiler: add package manager skeleton
Show description for f104cfa
andrewrk
committed
f104cfa
View commit details
Copy full SHA for f104cfa
Browse repository at this point
std.tar: add strip_components option
andrewrk
committed
d4e829d
View commit details
Copy full SHA for d4e829d
Browse repository at this point
package manager: compute hash, move tmp dir into global cache
andrewrk
committed
e040149
View commit details
Copy full SHA for e040149
Browse repository at this point
disable package manager code when bootstrapping
Show description for 876ab99
andrewrk
committed
876ab99
View commit details
Copy full SHA for 876ab99
Browse repository at this point
Package: complete the package-fetching logic
andrewrk
committed
a0f2e6a
View commit details
Copy full SHA for a0f2e6a
Browse repository at this point
zig build: support dependencies
Show description for cfcf977
andrewrk
committed
cfcf977
View commit details
Copy full SHA for cfcf977
Browse repository at this point
zig build: support libraries aware of installed headers
andrewrk
committed
416717d
View commit details
Copy full SHA for 416717d
Browse repository at this point
zig build: add Artifact.installHeadersDirectory
Show description for fe8951c
andrewrk
committed
fe8951c
View commit details
Copy full SHA for fe8951c
Browse repository at this point
fix build failures on 32-bit arm due to u64/usize coercion
andrewrk
committed
476cbe8
View commit details
Copy full SHA for 476cbe8
Browse repository at this point
fix std.io.Reader regression
Show description for 4d306eb
andrewrk
committed
4d306eb
View commit details
Copy full SHA for 4d306eb
Browse repository at this point
Commits on Jan 12, 2023
build.zig: use zig-provided libc++ by default on Windows
andrewrk
committed
741445c
View commit details
Copy full SHA for 741445c
Browse repository at this point
use local cache dir for dependencies-listing package
andrewrk
committed
2de0863
View commit details
Copy full SHA for 2de0863
Browse repository at this point
Package: handle Windows PathAlreadyExists error code
Show description for f4d6b37
andrewrk
committed
f4d6b37
View commit details
Copy full SHA for f4d6b37
Browse repository at this point
You can’t perform that action at this time.