Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ libxo

libxo - A Library for Generating Text, XML, JSON, and HTML Output

[![C/C++ CI](https://github.com/Juniper/libxo/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/Juniper/libxo/actions/workflows/c-cpp.yml)

The libxo library allows an application to generate text, XML, JSON,
and HTML output using a common set of function calls. The application
decides at run time which output style should be produced. The
Expand Down