summaryrefslogtreecommitdiff
path: root/dev-java/json/metadata.xml
blob: 5634f1a5cd1c73f71c2b21eaa1979b98a2ab0fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>java@gentoo.org</email>
  <name>Java</name>
 </maintainer>
 <longdescription>
		JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: \"The software shall be used for good, not evil.\" If your conscience cannot live with that, then choose a different package.
	</longdescription>
 <upstream>
  <bugs-to>https://github.com/stleary/JSON-java/issues</bugs-to>
  <doc>https://github.com/stleary/JSON-java/wiki/</doc>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>