diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-10-30 20:18:20 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-30 20:19:46 +0100 |
commit | 94c38d54c9f061ffa0ccfe4be498c8e1b3c2a709 (patch) | |
tree | 8a4b9f49669b18199529db66625a770efe788e54 | |
parent | 1bfa5919c8aeef0f2f48b815c96817af60188d47 (diff) |
gnu: java-fasterxml-jackson-core: Add synopsis and description.
* gnu/packages/java.scm (java-fasterxml-jackson-core): Add synopsis and
description.
-rw-r--r-- | gnu/packages/java.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index b4b3ce01eb..7000d49de0 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 |