Message-Id: <201902030713.x137Dfgo011297@delorie.com> Date: Sat, 02 Feb 2019 21:20:02 +0100 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of Jansson 2.11 uploaded. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Reply-To: djgpp AT delorie DOT com This is a port of Jansson 2.11 to MSDOS/DJGPP. Jansson is a C library for encoding, decoding and manipulating JSON data. Its main features and design principles are: Simple and intuitive API and data model Comprehensive documentation No dependencies on other libraries Full Unicode support (UTF-8) Extensive test suite Jansson is licensed under the MIT license; see LICENSE in the source distribution for details. DJGPP specific changes. ======================= - There are no user visible changes. Only small changes have been done to get the library compiled. - The port has been configured and compiled on WinXP SP3 and Win98SE. There is no guarantee that this may be possible with any other DOS- like OS. Due to the use of long file names it will not be possible to configure and compile without LFN support. The port has been compiled using gcc346 and bnu23110b. As usual, all djgpp specific files (diffs, README files, etc.) are stored in the "djgpp" directory. The sources have been configured to be build in the "_build" directory. If for some reason it does not work for you, delete it contents and configure from scratch again. Please read the docs to become familiar with this product. The port consists of the usual three packages that have been produced using djdev205 and can be downloaded from ftp.delorie.com and mirrors as (time stamp 2018-21-08): Jansson 2.11 headers, library and html format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jsn211b.zip Jansson 2.11 source: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jsn211s.zip Send Jansson specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel