An open API service indexing awesome lists of open source software.

https://github.com/ar1ja/bean

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

bean c c89 chroot linux makefile mount package package-manager

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# This repository has been migrated to the self-hosted ari-web Forgejo instance:
# bean

> [wip] a package manager in pure c

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

# building

```sh
$ 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`