Skip to content

Richardds/libbxml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbxml

Tiny BinaryXML parser library

Usage

bxml <filename> where <filename> is file path to BinaryXML .bxml file

Regular XML file is printed to STDOUT.

Build

make - compile all

make run - run ./bin/bxml on example.bxml file

make compile-cli - compile ./bin/bxml example program

make bin/libbxml.a - compile static library ./bin/libbxml.a

make bin/libbxml.so - compile dynamic library ./bin/libbxml.so

About

Tiny BinaryXML parser library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published