gnu: java-fasterxml-jackson-core: Add synopsis and description.

* gnu/packages/java.scm (java-fasterxml-jackson-core): Add synopsis and
description.
This commit is contained in:
Julien Lepiller 2020-10-30 20:18:20 +01:00
parent 1bfa5919c8
commit 94c38d54c9
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -9417,8 +9417,11 @@ (define-public java-fasterxml-jackson-core
`(("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