[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/19: gnu: Add java-jsonp-impl.
From: |
guix-commits |
Subject: |
04/19: gnu: Add java-jsonp-impl. |
Date: |
Wed, 13 Nov 2019 16:50:40 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit d45f73c9a17d2c03522b5ec4a4a307354cb28fc4
Author: Julien Lepiller <address@hidden>
Date: Fri May 3 12:19:21 2019 +0200
gnu: Add java-jsonp-impl.
* gnu/packages/java.scm (java-jsonp-impl): New variable.
---
gnu/packages/java.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index c145898..dc1cb78 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11260,3 +11260,18 @@ and allows to build a Java object model for JSON text
using API classes
;; either gpl2 only with classpath exception, or epl2.0.
(license (list license:gpl2
license:epl2.0))))
+
+(define-public java-jsonp-impl
+ (package
+ (inherit java-jsonp-api)
+ (name "java-jsonp-impl")
+ (arguments
+ `(#:jar-name "jsonp-impl.jar"
+ #:tests? #f
+ #:source-dir "impl/src/main/java"
+ #:test-dir "impl/src/test"))
+ (propagated-inputs
+ `(("java-jsonp-api" ,java-jsonp-api)))
+ (description "JSON Processing (JSON-P) is a Java API to process (e.g.
+parse, generate, transform and query) JSON messages. This package contains
+a reference implementation of that API.")))
- branch master updated (bc11778 -> f041db8), guix-commits, 2019/11/13
- 01/19: gnu: antlr3: Fix building after changes in ant-build-system., guix-commits, 2019/11/13
- 04/19: gnu: Add java-jsonp-impl.,
guix-commits <=
- 02/19: gnu: Add java-signpost-core., guix-commits, 2019/11/13
- 03/19: gnu: Add java-jsonp-api., guix-commits, 2019/11/13
- 07/19: gnu: javacc: Install binaries., guix-commits, 2019/11/13
- 05/19: gnu: Add java-xmp., guix-commits, 2019/11/13
- 06/19: gnu: Add java-metadata-extractor., guix-commits, 2019/11/13
- 08/19: gnu: Add java-openjfx-build., guix-commits, 2019/11/13
- 15/19: gnu: Add java-commons-pool., guix-commits, 2019/11/13
- 10/19: gnu: Add java-openjfx-graphics., guix-commits, 2019/11/13
- 09/19: gnu: Add java-openjfx-base., guix-commits, 2019/11/13
- 11/19: gnu: Add java-openjfx-media., guix-commits, 2019/11/13