summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-04-13 12:12:56 +0200
committerGergely Nagy <algernon@balabit.hu>2012-04-13 12:12:56 +0200
commit3c009dee6e7ac9ecff02596db924790c0683a049 (patch)
tree15379f28fdf5c857085f05a770b2862caab5bddf /README.rst
parent63fcf21f9a9f616880dfb9c7174b8694423a7f75 (diff)
downloadlibumberlog-3c009dee6e7ac9ecff02596db924790c0683a049.tar.gz
libumberlog-3c009dee6e7ac9ecff02596db924790c0683a049.tar.xz
libumberlog-3c009dee6e7ac9ecff02596db924790c0683a049.zip
Format JSON ourselves, without json-c.
To make the library thinner, we now format JSON ourselves: there was so little we used from json-c, that doing it ourselves is lighter and faster. With this commit, we have the architecture in place, with only a few little things remaining to be done, such as escaping string values. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5d30d59..3147295 100644
--- a/README.rst
+++ b/README.rst
@@ -54,9 +54,9 @@ SSH Login::
Requirements
------------
-Apart from the autotools, a C compiler, and `json\-c`_, there are no
-other hard dependencies when building, except for a sufficiently
-modern system.
+Apart from the autotools, a C compiler, and `json\-c`_ (for the test
+suite), there are no other hard dependencies when building, except for
+a sufficiently modern system.
.. _json\-c: http://oss.metaparadigm.com/json-c/