Skip to content

xmidt-org/wdmp-c

Repository files navigation

wdmp-c

C implementation of the WebPA Data Model Parser

Build Status codecov.io coverity Apache V2 License

Building and Testing Instructions

mkdir build
cd build
cmake ..
make
make test