This file is indexed.

/usr/share/yorick/packages/installed/optimpack.info is in yorick-optimpack 1.3.2+dfsg-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
Package: optimpack
Kind: plugin
Version: 1.3
Description: optimization of large scale problems
License: GPL
Author: Eric Thiebault
Maintainer: Thibaut Paumard <paumard@users.sourceforge.net>
OS: 
Depends: yorick(>=1.6.02)
Homepage: http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/optimpack.html
DescDetail: <<
DESCRIPTION
-----------

  OptimPack is a portable C library which implements algorithms for
  optimization of large scale problems with bound constraints. Large
  scale means some million variables (e.g. pixel values) or more.
  
  The most important algorithm is VMLM-B: a variable metric method with
  limited memory requirements and, possibly, bound constraints on the
  parameters. The algorithm is based on limited memory BFGS updates
  with Moré & Thuente inexact line search and gradient projection to
  account for bounds.
  
  This package contains a Yorick plug-in based on OptimPack.

<<