NOTICE: This package has been removed from pkgsrc

./wip/jansson, C library for encoding, decoding and manipulating JSON data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.4, Package name: jansson-2.4, Maintainer: pkgsrc-users

Jansson is a C library for encoding, decoding and manipulating JSON
data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite


Master sites:

SHA1: 994b84fd0b5d9050d01d250c7f90f038a3eeeed0
RMD160: 36d31aa220df478c1e6d19e343404b0cbec6360c
Filesize: 392.185 KB

Version history: (Expand)


CVS history: (Expand)


   2013-07-13 12:39:27 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
- jansson, imported to textproc.
   2013-06-11 13:11:47 by Thomas Klausner | Files touched by this commit (5)
Log message:
Import jansson-2.4 as wip/jansson.

Jansson is a C library for encoding, decoding and manipulating JSON
data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite

TODO:
Fails a self-test because the library exports more symbols than it should.
It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work,
at least not on NetBSD-6.99.20/amd64.