Go to file
Timo Teräs edb45ae464 enforce options definitions to bind the enum and the descriptor
This uses some macro trickery to make sure that there's one-to-one
mapping with the option index enum and the descriptor. The down
side is that enum's are generated via #define's and editors might
not pick them up for auto completion, but the benefits are more:
it's no longer possible have mismatching enum value and descriptor
index, and the amount of source code lines is less.
2020-08-24 13:35:36 +03:00
doc upgrade: allow for specified package upgrades 2020-07-30 11:41:35 +03:00
libfetch libfetch: implement default port for HTTPS. 2020-05-29 08:00:22 +03:00
src enforce options definitions to bind the enum and the descriptor 2020-08-24 13:35:36 +03:00
test test: add test for granular upgrade 2020-07-30 11:42:17 +03:00
.gitignore gitignore: add generated help.h header 2020-05-28 17:56:22 +03:00
.gitlab-ci.yml add script to autogenerate help from man pages 2020-05-06 13:05:19 +03:00
.mailmap add .mailmap to consolidate git shortlog 2018-09-10 09:19:01 +03:00
AUTHORS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
LICENSE add LICENSE 2020-05-07 10:45:34 +03:00
Make.rules build: inspect GitLab CI variables for version string 2020-03-23 13:41:51 +02:00
Makefile build: fix includedir in pkgconfig file 2020-04-01 19:14:28 +03:00
README.md readme: fix name of doc directory 2020-02-23 18:55:19 +01:00

README.md

Alpine Package Keeper

Alpine Package Keeper (apk) is a package manager developed for Alpine Linux.

Online documentation is available in the doc/ directory in the form of man pages.