Skip to content
Commits on Source (7)
libgoogle-gson-java (2.8.5-3) unstable; urgency=medium
* Team upload.
* Remove the OpenIDE-Module entry again but sync the Manifest file with all
the information from the previous 2.7.0 version.
-- Markus Koschany <apo@debian.org> Fri, 25 Jan 2019 11:54:04 +0100
libgoogle-gson-java (2.8.5-2) unstable; urgency=medium
* Team upload.
......
......@@ -39,25 +39,3 @@ Description: Converts Java objects into their JSON representation
* Support arbitrarily complex objects (with deep inheritance hierarchies and
extensive use of generic types)
Package: libgoogle-gson-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libgoogle-gson-java
Description: Documentation for libgoogle-gson-java
Gson is a Java library that can be used to convert Java Objects into their JSON
representation. It can also be used to convert a JSON string to an equivalent
Java object. Gson can work with arbitrary Java objects including pre-existing
objects that you do not have source-code of.
.
Gson Goals
.
* Provide simple toJson() and fromJson() methods to convert Java objects to
JSON and vice-versa
* Allow pre-existing unmodifiable objects to be converted to and from JSON
* Extensive support of Java Generics
* Allow custom representations for objects
* Support arbitrarily complex objects (with deep inheritance hierarchies and
extensive use of generic types)
.
This package contains the Javadoc API documentation.
Document: libgoogle-gson-java
Title: Javadoc for the Google Gson API
Author: Google
Section: Programming
Format: HTML
Index: /usr/share/doc/libgoogle-gson-java/api/index.html
Files: /usr/share/doc/libgoogle-gson-java/api/*
gson/target/apidocs/* usr/share/doc/libgoogle-gson-java/api
usr/share/java/gson.jar:
Manifest-Version: 1.0
Bundle-Description: Gson JSON library
Bundle-SymbolicName: com.google.gson
Archiver-Version: Plexus Archiver
Bnd-LastModified: 1505871752451
OpenIDE-Module: com-google-gson/1
Built-By: inder
Bnd-LastModified: 1465948546904
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: J2SE-1.5, JavaSE-1.6, JavaSE-1.7, JavaSE-1.8
Bundle-Vendor: Google Gson Project
......@@ -10,8 +12,9 @@ usr/share/java/gson.jar:
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"
Bundle-ContactAddress: https://github.com/google/gson
Tool: Bnd-3.1.0.201512181341
Export-Package: com.google.gson;uses:="com.google.gson.reflect,com.google.gson.stream";version="2.8.2",com.google.gson.annotations;version="2.8.2",com.google.gson.reflect;version="2.8.2",com.google.gson.stream;version="2.8.2"
Export-Package: com.google.gson;uses:="com.google.gson.reflect,com.google.gson.stream";version="2.7.0",com.google.gson.annotations;version="2.7.0",com.google.gson.reflect;version="2.7.0",com.google.gson.stream;version="2.7.0"
Bundle-Name: Gson
Bundle-Version: 2.8.2
Bundle-Version: 2.7.0
Created-By: Apache Maven 3.5.2
Build-Jdk: 9.0.4
Build-Jdk: 11.0