On Mon, Nov 12, 2018 at 03:09:04AM +0800, Alex Vong wrote: > From 6696a1dd8c69b9349c4897d1ce5b73d585d9f077 Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Mon, 12 Nov 2018 02:23:27 +0800 > Subject: [PATCH 2/4] gnu: Add json-parser. > > * gnu/packages/web.scm (json-parser): New variable. > + (arguments '(#:tests? #f)) Please add a comment explaining why we skip the tests. If there are no tests, it can be as simple as "No test suite.". > + (description "Very low footprint JSON parser written in portable ANSI C. Please use a complete sentence. For example, "This package provides a very low footprint ...".