This file is indexed.

/usr/share/maven-repo/gov/nist/math/jama/1.0.3/jama-1.0.3.pom is in libjama-java 1.0.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
91
92
93
<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>gov.nist.math</groupId>
	<artifactId>jama</artifactId>
	<version>1.0.3</version>
	<packaging>jar</packaging><properties>
		
			<debian.originalVersion>1.0.3</debian.originalVersion>
		
			<debian.package>libjama-java</debian.package>
	</properties>
	
	<name>JAMA</name>
	<description>JAMA is a basic linear algebra package for Java. It provides
  user-level classes for constructing and manipulating real, dense matrices.
  It is meant to provide sufficient functionality for routine problems,
  packaged in a way that is natural and understandable to
  non-experts.</description>
	<url>http://math.nist.gov/javanumerics/jama/</url>
	<organization>
		<name>Java Numerics Working Group, National Institute of Standards and Technology (NIST)</name>
		<url>http://math.nist.gov/javanumerics/</url>
	</organization>
	<licenses>
		<license>
			<name>Public Domain</name>
			<url>http://creativecommons.org/licenses/publicdomain/</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>jhicklin</id>
			<name>Joe Hicklin</name>
			<organization>The MathWorks</organization>
			<organizationUrl>http://www.mathworks.com/</organizationUrl>
		</developer>
		<developer>
			<id>cmoler</id>
			<name>Cleve Moler</name>
			<url>http://www.mathworks.com/company/cleve_bio.shtml</url>
			<organization>The MathWorks</organization>
			<organizationUrl>http://www.mathworks.com/</organizationUrl>
		</developer>
		<developer>
			<id>pwebb</id>
			<name>Peter Webb</name>
			<organization>The MathWorks</organization>
			<organizationUrl>http://www.mathworks.com/</organizationUrl>
		</developer>
		<developer>
			<id>rboisvert</id>
			<name>Ronald F. Boisvert</name>
			<url>http://math.nist.gov/~RBoisvert/</url>
			<organization>National Institute of Standards and Technology (NIST)</organization>
			<organizationUrl>http://www.nist.gov/</organizationUrl>
		</developer>
		<developer>
			<id>bmiller</id>
			<name>Bruce Miller</name>
			<url>http://math.nist.gov/~BMiller/</url>
			<organization>National Institute of Standards and Technology (NIST)</organization>
			<organizationUrl>http://www.nist.gov/</organizationUrl>
		</developer>
		<developer>
			<id>rpozo</id>
			<name>Roldan Pozo</name>
			<url>http://math.nist.gov/~RPozo/</url>
			<organization>National Institute of Standards and Technology (NIST)</organization>
			<organizationUrl>http://www.nist.gov/</organizationUrl>
		</developer>
		<developer>
			<id>kremington</id>
			<name>Karin Remington</name>
			<url>http://math.nist.gov/~KRemington/</url>
			<organization>National Institute of Standards and Technology (NIST)</organization>
			<organizationUrl>http://www.nist.gov/</organizationUrl>
		</developer>
	</developers>
	<mailingLists>
		<mailingList>
			<name>jama</name>
			<subscribe>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</subscribe>
			<unsubscribe>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</unsubscribe>
			<archive>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</archive>
		</mailingList>
	</mailingLists>
	<scm>
		<connection>not available</connection>
		<url>http://math.nist.gov/javanumerics/jama/Jama-1.0.3.tar.gz</url>
	</scm>
</project>