This file is indexed.

/usr/lib/octave/packages/3.2/optim-1.0.17/x86_64-pc-linux-gnu-api-v37/PKG_ADD is in octave-optim 1.0.17-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
if (compare_versions (version (), "3.3.55", ">="))
  ## optimset mechanism was fixed for option names with underscores
  ## sometime in 3.3.54+, if I remember right
  __all_opts__ ("nonlin_residmin");
  __all_opts__ ("residmin_stat");
endif