1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libdb-je-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Torsten Werner <twerner@debian.org>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: ant, default-jdk, glassfish-javaee
Standards-Version: 3.8.1
Homepage: http://www.oracle.com/database/berkeley-db/je/index.html
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libdb-je-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libdb-je-java
Package: libdb-je-java
Architecture: all
Depends: ${misc:Depends}
Description: Oracle Berkeley Database Java Edition
Oracle Berkeley DB Java Edition is a open source, embeddable,
transactional storage engine written entirely in Java. Like Oracle
Berkeley DB, Oracle Berkeley DB Java Edition executes in the address
space of the application, without the overhead of client/server
communication. It stores data in the application's native format, so
no runtime data translation is required. It provides an easy-to-use,
programmatic interface, allowing developers to store and retrieve
information quickly, simply and reliably.
|