Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 642 Bytes

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