]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Add a package/repo parser for apk
authorMichael Schroeder <mls@suse.de>
Thu, 28 Nov 2024 12:47:31 +0000 (13:47 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 28 Nov 2024 12:52:43 +0000 (13:52 +0100)
commit38c088a9d1c507dbaae99c2287e2fa034a0e1407
treecfb59db445430ecfbddadb4d6e86ba7876d82809
parentfbbf2565c19f7c72351c6967f8ad3d6c929e551f
Add a package/repo parser for apk

You need to configure with ENABLE_APK to get them.

Note that we currently only support the v2 format. We'll add
v3 support if somebody uses it in the future.
CMakeLists.txt
README
ext/CMakeLists.txt
ext/libsolvext.ver
ext/repo_apk.c [new file with mode: 0644]
ext/repo_apk.h [new file with mode: 0644]
ext/solv_xfopen.c
ext/solv_xfopen.h
tools/CMakeLists.txt