1Code for detecting and analyzing power faults on Witherspoon.
2
3## To Build
4```
5To build this package, do the following steps:
6
7    1. meson build
8    2. ninja -C build
9
10To clean the repository again run `rm -rf build`.
11```
12