pixqc / ziglist

Discover Zig projects and packages
https://ziglist.org
MIT License
44 stars 0 forks source link

Missing projects #1

Closed elerch closed 2 months ago

elerch commented 2 months ago

Since you are using a github search, I was expecting sone of my projects, but I don't see them. I don't advertise them, but I would like them discoverable in case they are useful. Maybe some others are missing too?

Most notably https://github.com/elerch/aws-sdk-for-zig

pixqc commented 2 months ago

Your projects are indexed by Ziglist :)

sqlite> select full_name from zig_repos where owner = 'elerch';
elerch/aws-sdk-for-zig
elerch/universal-lambda-zig
elerch/lambda-zig-sample
elerch/unikraft-zig-native-hello
elerch/lambda-zig
image

Did you search your projects on active/new page? I'll implement search on Ziglist

elerch commented 2 months ago

Oh wow, yes, there are a lot of projects! I found it on the new list on page 127. A search would be amazing.

The site is a great start though - I love the dependency view. Thank you!