An open API service indexing awesome lists of open source software.

https://github.com/refi64/cppexpat

A C++ wrapper over Expat
https://github.com/refi64/cppexpat

Last synced: about 1 year ago
JSON representation

A C++ wrapper over Expat

Awesome Lists containing this project

README

          

CppExpat
========

This project is a wrapper over the Expat library that makes it more "C++-ic".

Requirements
*************
- A C++11 compiler
- Expat

Building
********

CppExpat is header-only. If you want to build the examples, you need to install `Fbuild `_. from Git and run::

$ fbuild

To install CppExpat, run::

$ fbuild install

Documentation
**************

The only documentation right now are the examples (``ex*.cpp``) and some
not-well-written Doxygen/Breathe-based docs (see
`ReadTheDocs `_).