1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: json-smart
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: libmaven-bundle-plugin-java, junit
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/json-smart.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/json-smart.git
Homepage: http://netplex.github.io/json-smart/
Package: libjson-smart-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: JSON Small and Fast Parser
Json-smart is a performance focused, JSON processor library. The API
is similar to json-simple but the performance is improved (at least
twice faster).
|