Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
/ bean Public archive

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/bean] [wip] a package manager in pure c

License

Notifications You must be signed in to change notification settings

TruncatedDinoSour/bean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/bean

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