Take off every Zig!
That's a pretty good question! Maybe i should replace the git property with a sources property where one can add several sources:
git
sources
"sources": { { "format": "git", "https://…/foo.git" }, { "format": "tar", "https://…/foo.tar.gz" }, { "format": "zip", "https://…/foo.zip" }, },
but how? all of the sources mentioned in the article are git based. where can I submit links to my packages?
Change the entries in github.com/ziglibs/repository, they are not using a git source. Well, right now they are, but submit a change that allows that :)
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
That's a pretty good question! Maybe i should replace the
git
property with asources
property where one can add several sources:but how? all of the sources mentioned in the article are git based. where can I submit links to my packages?
Change the entries in github.com/ziglibs/repository, they are not using a git source. Well, right now they are, but submit a change that allows that :)