This file is indexed.

/usr/include/d/bio/sff/index.d is in libbiod-dev 0.1.0-5build1.

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
module bio.sff.index;

struct IndexLocation {
    ulong offset;
    uint length;
}