Commit Graph

10 Commits

Author SHA1 Message Date
d9f5052d21 Housekeeping 2024-11-23 18:21:15 +11:00
8c7f0f23d5 first async refactor of fetch/index 2024-11-17 02:31:44 +11:00
7e403d64e0 try implementing a command that can search the index for packages 2024-11-15 19:54:35 +11:00
131807709a Improve indexing performance by using .split instead of .components
and using substrings instead of needlessly copying strings
2024-11-14 19:33:26 +11:00
cf5e1a3f35 basic package graph implemented 2024-11-11 21:06:37 +11:00
e7fc47d640 make ApkIndexDependency conform to ApkIndexRequirementRef
dunno if this is necessary for the graph to work but we'll see
2024-11-10 21:00:07 +11:00
d6b0acf807 Update copyright headers 2024-11-10 17:51:53 +11:00
84e8c43c1d decode index checksum too cus why not
also dumps prettier package descriptions to a file now wahoo
I have good priorities
2024-11-10 17:35:07 +11:00
5e4cf1bbc9 Implement dependency wrapping & version spec 2024-11-10 03:30:55 +11:00
941dfae317 Initial implementation of APKINDEX, fetching, reading, parsing, & merging 2024-11-08 21:22:33 +11:00