Skip to content

Danappelxx/BinaryJSON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryJSON

Swift Platforms License MIT Release Build Status

SPM compatible

Pure Swift library for BSON

Ubuntu Dependencies

  1. Build libbson from source.

  2. Add hard links to shared libraries

cp -lf /usr/local/lib/libbson* /usr/lib
  1. Fix header
sudo sed -i 's/<bson.h>/"bson.h"/g' /usr/local/include/libbson-1.0/bcon.h

OS X Dependencies

Install with Homebrew

brew install libbson

About

Pure Swift library for BSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%