Files
ports/textproc/pdjson/files/pdjson.pc.in
T
Nico Sonack 5623db0c74 textproc/pdjson: Public Domain JSON Parser Library for C
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).
2025-08-29 20:01:55 +02:00

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}