File: control

package info (click to toggle)
libibatis-java 2.3.4.726-6
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,640 kB
  • ctags: 3,226
  • sloc: java: 14,435; xml: 85; sh: 15; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 1,400 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
Source: libibatis-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Varun Hiremath <varun@debian.org>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               libcglib-java,
               libcommons-dbcp-java,
               libcommons-logging-java,
               libgeronimo-jta-1.2-spec-java,
               liblog4j1.2-java,
               liboscache-java,
               maven-repo-helper
Standards-Version: 3.9.8
Homepage: http://ibatis.apache.org
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libibatis-java.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libibatis-java.git

Package: libibatis-java
Architecture: all
Depends: ${misc:Depends}
Description: iBATIS Data Mapper framework
 The  iBATIS Data Mapper framework makes it easier to use a database with Java
 and .NET applications. iBATIS couples objects with stored procedures or SQL
 statements using a XML descriptor. Simplicity is the biggest advantage of the
 iBATIS Data Mapper over object relational mapping tools.
 .
 To use the iBATIS Data Mapper, you rely on your own objects, XML, and SQL.
 There is little to learn that you don't already know. With the iBATIS Data
 Mapper, you have the full power of both SQL and stored procedures at your
 fingertips.