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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: mondrian
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,
cdbs,
cup (>= 0.11a+20060608),
debhelper (>= 9),
default-jdk,
default-jdk-doc,
javacc,
junit,
junit-doc,
libcommons-collections3-java,
libcommons-dbcp-java,
libcommons-io-java,
libcommons-logging-java,
libcommons-math-java,
libcommons-vfs-java (>= 2.0),
libeigenbase-farrago-java,
libeigenbase-resgen-java,
libeigenbase-resgen-java-doc,
libjaxp1.3-java,
liblog4j1.2-java,
libolap4j-java (>= 1.2),
libolap4j-java-doc,
libservlet3.1-java,
libservlet3.1-java-doc,
libxalan2-java,
libxerces2-java,
libxmlunit-java,
maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/mondrian.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/mondrian.git
Homepage: http://mondrian.pentaho.org/
Package: libmondrian-java
Architecture: all
Depends:
cup,
libcommons-dbcp-java,
libcommons-math-java,
libcommons-vfs-java,
libeigenbase-farrago-java (>= 0.9.0-2~),
libeigenbase-resgen-java (>= 1.3.0.13768-4~),
libolap4j-java,
${misc:Depends}
Description: OLAP server written in Java
Mondrian is an OLAP server written in Java. It enables to interactively
analyze very large datasets stored in SQL databases without writing SQL.
.
It can be used for :
* High performance, interactive analysis of large or small volumes of
information
* "Dimensional" exploration of data, for example analyzing sales by product
line, by region, by time period
* Parsing of Multi-Dimensional eXpression (MDX) language into Structured Query
Language (SQL) to retrieve answers to dimensional queries
* High-speed queries through the use of aggregate tables in the RDBMS
* Advanced calculations using the calculation expressions of the MDX language
Package: libmondrian-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends:
default-jdk-doc,
junit-doc,
libeigenbase-resgen-java-doc,
libolap4j-java-doc,
libservlet3.1-java-doc
Suggests: libmondrian-java
Description: OLAP server written in Java - documentation
Mondrian is an OLAP server written in Java. It enables to interactively
analyze very large datasets stored in SQL databases without writing SQL.
.
It can be used for :
* High performance, interactive analysis of large or small volumes of
information
* "Dimensional" exploration of data, for example analyzing sales by product
line, by region, by time period
* Parsing of Multi-Dimensional eXpression (MDX) language into Structured Query
Language (SQL) to retrieve answers to dimensional queries
* High-speed queries through the use of aggregate tables in the RDBMS
* Advanced calculations using the calculation expressions of the MDX language
.
This package contains documentation of libmondrian-java.
|