Mail Archives: djgpp/2019/02/03/02:13:43
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
<https://groups.google.com/forum/#!forum/jansson-users>.
Send suggestions and bug reports concerning the DJGPP port
to comp.os.msdos.djgpp or <djgpp AT delorie DOT com>.
Enjoy.
Guerrero, Juan Manuel <juan DOT guerrero AT igd DOT fhg DOT de>
- Raw text -