Skip to content
This repository was archived by the owner on Nov 18, 2018. It is now read-only.

PureSwift/BinaryJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 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