gnu: Add java-ops4j-base-store.
* gnu/packages/java.scm (java-ops4j-base-store): New variable.
This commit is contained in:
parent
60dcec7abb
commit
0edf8cf086
|
@ -5413,3 +5413,19 @@ mime types.")))
|
||||||
(description "OPS4J stands for Open Participation Software for Java. This
|
(description "OPS4J stands for Open Participation Software for Java. This
|
||||||
package contains utilities and extensions related to resolving properties from
|
package contains utilities and extensions related to resolving properties from
|
||||||
different sources.")))
|
different sources.")))
|
||||||
|
|
||||||
|
(define-public java-ops4j-base-store
|
||||||
|
(package
|
||||||
|
(inherit java-ops4j-base-lang)
|
||||||
|
(name "java-ops4j-base-store")
|
||||||
|
(arguments
|
||||||
|
`(#:jar-name "java-ops4j-base-store.jar"
|
||||||
|
#:source-dir "ops4j-base-store/src/main/java"
|
||||||
|
#:tests? #f)); no tests
|
||||||
|
(inputs
|
||||||
|
`(("lang" ,java-ops4j-base-lang)
|
||||||
|
("slf4j" ,java-slf4j-api)
|
||||||
|
("io" ,java-ops4j-base-io)))
|
||||||
|
(description "OPS4J stands for Open Participation Software for Java. This
|
||||||
|
package contains utilities for storing and retrieving data from an
|
||||||
|
@code{InputStream}.")))
|
||||||
|
|
Loading…
Reference in New Issue