guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: java-fasterxml-jackson-core: Add synopsis an


From: guix-commits
Subject: branch master updated: gnu: java-fasterxml-jackson-core: Add synopsis and description.
Date: Fri, 30 Oct 2020 15:20:17 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 94c38d5  gnu: java-fasterxml-jackson-core: Add synopsis and 
description.
94c38d5 is described below

commit 94c38d54c9f061ffa0ccfe4be498c8e1b3c2a709
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 30 20:18:20 2020 +0100

    gnu: java-fasterxml-jackson-core: Add synopsis and description.
    
    * gnu/packages/java.scm (java-fasterxml-jackson-core): Add synopsis and
    description.
---
 gnu/packages/java.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b4b3ce0..7000d49 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -9417,8 +9417,11 @@ not included are ones that require dependency to the 
Databind package.")
      `(("junit" ,java-junit)
        ("hamcrest" ,java-hamcrest-core)))
     (home-page "https://github.com/FasterXML/jackson-core";)
-    (synopsis "")
-    (description "")
+    (synopsis "Low-level streaming parser and generator abstractions")
+    (description "This package contains core low-level incremental
+(streaming) parser and generator abstractions used by the Jackson Data
+Processor.  It also includes the default implementation of handler types
+(parser, generator) that handle JSON format.")
     (license license:asl2.0))); found on wiki.fasterxml.com/JacksonLicensing
 
 (define-public java-fasterxml-jackson-databind



reply via email to

[Prev in Thread] Current Thread [Next in Thread]