You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
702 B
22 lines
702 B
# This is not a real Debian control file
|
|
# It's project metadata for the shipper tool
|
|
|
|
Package: microjson
|
|
|
|
Description: Tiny JSON parser in C that uses only fixed-extent storage.
|
|
This code parses the largest subset of JSON that can be unpacked into static C
|
|
structures, without using malloc(3). It is very small and very low-footprint,
|
|
intended for use in constrained embedded environments. It may also be of
|
|
interest for code where malloc is verboten to reduce reliability and security
|
|
vulnerabilities.
|
|
|
|
Homepage: http://www.catb.org/~esr/microjson
|
|
|
|
XBS-HTML-Target: index.html
|
|
|
|
XBS-Repository-URL: https://gitlab.com/esr/microjson
|
|
|
|
#XBS-Project-Tags: JSON, C
|
|
|
|
XBS-VC-Tag-Template: %(version)s
|
|
|
|
|