summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-10-30 20:18:20 +0100
committerJulien Lepiller <julien@lepiller.eu>2020-10-30 20:19:46 +0100
commit94c38d54c9f061ffa0ccfe4be498c8e1b3c2a709 (patch)
tree8a4b9f49669b18199529db66625a770efe788e54 /gnu/packages/java.scm
parent1bfa5919c8aeef0f2f48b815c96817af60188d47 (diff)
downloadguix-patches-94c38d54c9f061ffa0ccfe4be498c8e1b3c2a709.tar
guix-patches-94c38d54c9f061ffa0ccfe4be498c8e1b3c2a709.tar.gz
gnu: java-fasterxml-jackson-core: Add synopsis and description.
* gnu/packages/java.scm (java-fasterxml-jackson-core): Add synopsis and description.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm7
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