File: control

package info (click to toggle)
json4s 3.5.1%2Breally3.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 976 kB
  • sloc: sh: 412; makefile: 21
file content (26 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: json4s
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 javahelper,
#libjackson2-databind-java,
 libparanamer-java,
 maven-repo-helper,
 scala
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/json4s.git
Vcs-Browser: https://salsa.debian.org/java-team/json4s
Homepage: https://github.com/json4s/json4s

Package: libjson4s-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}, libparanamer-java
Recommends: ${java:Recommends}
Description: Single AST to be used by other scala json libraries
 This project aims to provide a single AST to be used by other scala json
 libraries. This project also attempts to set lift-json free from the release
 schedule imposed by the lift framework.