mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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:
parent
1bfa5919c8
commit
94c38d54c9
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue