Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbmc/ipmi-fru-parser
https://github.com/openbmc/ipmi-fru-parser
Last synced: about 10 hours 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T22:43:31.000Z (3 months ago)
- Last Synced: 2024-08-16T23:41:33.612Z (3 months ago)
- Language: C++
- Size: 636 KB
- Stars: 8
- 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
```