zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.65k stars 778 forks source link

Convert build system to autotools, and enable building the shared library #116

Open luke-jr opened 7 years ago

luke-jr commented 7 years ago

The primary benefit of this is that it produces a proper shared library (including libtool versioning), and pkg-config file, so projects can use it as an external dependency.