a package manager in pure c https://git.ari.lt/ari/bean
Find a file
Ari Archer 5974e65b99
mark sync as todo
final commit today

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-09-29 22:26:04 +03:00
editors config : note keyword 2023-09-29 22:07:32 +03:00
src mark sync as todo 2023-09-29 22:26:04 +03:00
.clang-format init 2023-09-21 23:15:47 +03:00
.editorconfig init 2023-09-21 23:15:47 +03:00
.gitignore improve logging, typing 2023-09-23 22:28:07 +03:00
LICENSE add license and readme 2023-09-23 18:57:48 +03:00
Makefile add NOQA support to Makefile 2023-09-29 22:23:23 +03:00
README.md improve readme 2023-09-23 19:02:28 +03:00
SECURITY.md add a security policy 2023-09-23 22:59:33 +03:00

bean

[wip] a package manager in pure c

this is a work in progress project, do not use it

building

$ make -j "$(nproc)"

*nproc just shows your thread count, u can always just -j n where n is your thread count, e.g. -j 12