File: control

package info (click to toggle)
josql 2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,056 kB
  • sloc: java: 18,525; xml: 180; makefile: 22
file content (28 lines) | stat: -rw-r--r-- 915 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
27
28
Source: josql
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
 ant,
 debhelper (>= 10),
 default-jdk,
 javacc,
 libgentlyweb-utils-java,
 maven-repo-helper (>= 1.5)
Standards-Version: 4.1.2
Vcs-Git: https://anonscm.debian.org/git/pkg-java/josql.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/josql.git
Homepage: http://josql.sourceforge.net/

Package: libjosql-java
Architecture: all
Depends:
 ${misc:Depends}
Description: library to apply SQL-like syntax to Java objects
 JoSQL (SQL for Java Objects) provides the ability for a developer to apply
 a SQL statement to a collection of Java Objects. JoSQL provides the ability
 to search, order and group ANY Java objects and should be applied when you
 want to perform SQL-like queries on a collection of Java Objects.