# wdmp-c **Repository Path**: mirrors_xmidt-org/wdmp-c ## Basic Information - **Project Name**: wdmp-c - **Description**: C implementation of the WebPA Data Model Parser - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wdmp-c C implementation of the WebPA Data Model Parser [![Build Status](https://github.com/xmidt-org/wdmp-c/workflows/CI/badge.svg)](https://github.com/xmidt-org/wdmp-c/actions) [![codecov.io](http://codecov.io/github/xmidt-org/wdmp-c/coverage.svg?branch=master)](http://codecov.io/github/xmidt-org/wdmp-c?branch=master) [![coverity](https://img.shields.io/coverity/scan/11200.svg)](https://scan.coverity.com/projects/wdmp-c) [![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/wdmp-c/blob/master/LICENSE) # Building and Testing Instructions ``` mkdir build cd build cmake .. make make test ```