add java-commons-cli info
more/packages/java.scm
160 | 160 | #:tests? #f)) | |
161 | 161 | (native-inputs | |
162 | 162 | `(("junit" ,java-junit))) | |
163 | - | (home-page "") | |
164 | - | (synopsis "") | |
165 | - | (description "") | |
163 | + | (home-page "https://commons.apache.org/proper/commons-cli") | |
164 | + | (synopsis "Java API for parsing command line options passed to programs") | |
165 | + | (description "Apache Commons CLI library provides an API for parsing command | |
166 | + | line options passed to programs. It's also able to print help messages detailing | |
167 | + | the options available for a command line tool.") | |
166 | 168 | (license license:asl2.0))) | |
167 | 169 | ||
168 | 170 | (define-public java-asm |