# rebar-c **Repository Path**: mirrors_xmidt-org/rebar-c ## Basic Information - **Project Name**: rebar-c - **Description**: Misc Utilities for WebPA - **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-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rebar-c Misc C Utilities (initially for XMiDT and WebPA) [![Build Status](https://travis-ci.org/Comcast/rebar-c.svg?branch=master)](https://travis-ci.org/Comcast/rebar-c) [![codecov.io](http://codecov.io/github/Comcast/rebar-c/coverage.svg?branch=master)](http://codecov.io/github/Comcast/rebar-c?branch=master) [![Coverity](https://img.shields.io/coverity/scan/15804.svg)]("https://scan.coverity.com/projects/comcast-rebar-c) [![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/Comcast/rebar-c/blob/master/LICENSE.txt) # Building and Testing Instructions ``` mkdir build cd build cmake .. make make test make coverage firefox index.html ```