File: control

package info (click to toggle)
mondrian 1%3A3.11.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 41,008 kB
  • sloc: xml: 284,992; java: 238,073; sql: 7,986; sh: 1,621; awk: 753; makefile: 24
file content (58 lines) | stat: -rw-r--r-- 1,813 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
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
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,
 cup (>= 0.11a+20060608),
 debhelper-compat (= 13),
 default-jdk,
 javacc,
 junit,
 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,
 libjaxp1.3-java,
 libjsp-api-java,
 liblog4j1.2-java,
 libolap4j-java (>= 1.2),
 libservlet-api-java,
 libxalan2-java,
 libxerces2-java,
 libxmlunit-java,
 maven-repo-helper
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/mondrian.git
Vcs-Browser: https://salsa.debian.org/java-team/mondrian
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