https://github.com/xmidt-org/wdmp-c
C implementation of the WebPA Data Model Parser
https://github.com/xmidt-org/wdmp-c
webpa webpa-client
Last synced: about 2 months ago
JSON representation
C implementation of the WebPA Data Model Parser
- Host: GitHub
- URL: https://github.com/xmidt-org/wdmp-c
- Owner: xmidt-org
- License: apache-2.0
- Created: 2016-06-28T20:16:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T15:08:29.000Z (8 months ago)
- Last Synced: 2025-03-23T12:32:53.882Z (2 months ago)
- Topics: webpa, webpa-client
- Language: C
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 23
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# wdmp-c
C implementation of the WebPA Data Model Parser
[](https://github.com/xmidt-org/wdmp-c/actions)
[](http://codecov.io/github/xmidt-org/wdmp-c?branch=master)
[](https://scan.coverity.com/projects/wdmp-c)
[](https://github.com/xmidt-org/wdmp-c/blob/master/LICENSE)# Building and Testing Instructions
```
mkdir build
cd build
cmake ..
make
make test
```