https://github.com/openbmc/ipmi-fru-parser
https://github.com/openbmc/ipmi-fru-parser
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openbmc/ipmi-fru-parser
- Owner: openbmc
- License: gpl-3.0
- Created: 2015-10-08T14:45:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T20:47:32.000Z (12 months ago)
- Last Synced: 2025-09-18T17:36:07.346Z (11 months ago)
- Language: C++
- Size: 824 KB
- Stars: 12
- Watchers: 26
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipmi-fru-parser
## Building
To build this package, do the following steps:
```sh
meson setup builddir
ninja -C builddir
```