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
Sometimes I've had the need to fetch a file with the zig package manager, but the package manager only supports compressed tarballs/zips and git repositories at the moment. I would be nice if we had a "simple" fetch mode where the package manager just fetched any file and stored it.
Sometimes I've had the need to fetch a file with the zig package manager, but the package manager only supports compressed tarballs/zips and git repositories at the moment. I would be nice if we had a "simple" fetch mode where the package manager just fetched any file and stored it.
For example,
This fetch mode would effectively fetch the file in the same way
wget
orcurl
would fetch a file from a uri.The text was updated successfully, but these errors were encountered: