Skip to content

shoamano83/bson_c_lib

 
 

Repository files navigation

README

Library for converting to and from BSON

Build library

./configure
make

Install library

sudo make install

Apple Platforms

There is a CocoaPod for iOS, MacOS, tvOS, and watchOS. Add to your podfile:

pod 'BiSON'

Build and run sample program

cd examples
gcc -o sample sample.c -lbson
./sample

About

Library for converting a map to and from BSON format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 69.6%
  • C 15.5%
  • Makefile 13.4%
  • Other 1.5%