| Crates.io | bpm_core |
| lib.rs | bpm_core |
| version | 0.1.0 |
| created_at | 2024-12-16 21:40:42.31236+00 |
| updated_at | 2024-12-16 21:40:42.31236+00 |
| description | Cross-platform software helping to verify, prove and secure package compilation, building, fetching, and deployment. Core package. |
| homepage | https://github.com/Meta-A/bpm |
| repository | https://github.com/Meta-A/bpm |
| max_upload_size | |
| id | 1485549 |
| size | 1,022,634 |
BPM is a cross-platform software that allows for verifiable, proven and secure package compilation, building, fetching, verification, and deployment.
This project is still WIP, we are currently at an early stage where we are figuring out how to architecture and build BPM. If you would like to join us do not mind reaching out to us :)
git clone --recurse-submodules git@github.com:Meta-A/bpm.git
To build our project, you need to have the following dependencies installed:
pkg-configclangprotobufOn Arch Linux, you can install them by running the following command:
pacman -S pkg-config clang protobuf