5623db0c74
A public domain JSON parser focused on correctness, ANSI C99 compliance, full Unicode (UTF-8) support, minimal memory footprint, and a simple API. As a streaming API, arbitrary large JSON could be processed with a small amount of memory (the size of the largest string in the JSON).
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
prefix=%%PREFIX%%
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: pdjson
|
|
Version: %%DISTVERSION%%
|
|
Description: Public Domain JSON parser
|
|
URL: https://github.com/skeeto/pdjson
|
|
Libs: -L${libdir} -lpdjson
|
|
Cflags: -I${includedir}
|
|
|