Luukdegram / apple_pie

Basic HTTP server implementation in Zig
MIT License
163 stars 21 forks source link

zigmod- add license and description #49

Closed nektro closed 3 years ago

Luukdegram commented 3 years ago

Why does zigmod need this information? Is it required for zigmod to work? I have no interest in publishing apple_pie anywhere right now and I'll probably nuke zigmod and gyro from apple_pie when the official package manager lands.

nektro commented 3 years ago

The description is really only read if you import the package into https://aquila.red/ but zigmod has an extra command that can show the user the licenses of all of their dependencies which will read the license field. This is how it shows up right now:

image

Luukdegram commented 3 years ago

The description is really only read if you import the package into https://aquila.red/ but zigmod has an extra command that can show the user the licenses of all of their dependencies which will read the license field. This is how it shows up right now:

image

Oooh that license cmd is useful. Thanks for the info and thanks for the update :)