https://github.com/xmidt-org/cpeabs
An abstraction layer for consumer preference equipment systems.
https://github.com/xmidt-org/cpeabs
Last synced: about 2 months ago
JSON representation
An abstraction layer for consumer preference equipment systems.
- Host: GitHub
- URL: https://github.com/xmidt-org/cpeabs
- Owner: xmidt-org
- Created: 2021-10-14T04:39:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T10:08:04.000Z (2 months ago)
- Last Synced: 2025-03-21T11:24:05.499Z (2 months ago)
- Language: C
- Size: 152 KB
- Stars: 0
- Watchers: 5
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# cpeabs
An abstraction layer for consumer preference equipment systems.
[](https://github.com/xmidt-org/cpeabs/actions)
[](https://codecov.io/gh/xmidt-org/cpeabs)
[](https://scan.coverity.com/projects/xmidt-org-cpeabs)
[](https://sonarcloud.io/dashboard?id=xmidt-org_cpeabs)
[](https://lgtm.com/projects/g/xmidt-org/cpeabs/context:cpp)
[](CHANGELOG.md)## Add more information here.
# Building and Testing Instructions
```
meson setup --warnlevel 3 --werror build
cd build
ninja all test coverage
firefox meson-logs/coveragereport/index.html
```