This file is indexed.

/usr/include/hocon/version.h is in libcpp-hocon-dev 0.1.6-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
///
/// @file
/// Declares macros for the cpp-hocon library version.
///
#pragma once

///
/// The cpp-hocon library major version.
///
#define CPP_HOCON_VERSION_MAJOR 0
///
/// The cpp-hocon library minor version.
///
#define CPP_HOCON_VERSION_MINOR 1
///
/// The cpp-hocon library patch version.
///
#define CPP_HOCON_VERSION_PATCH 6

///
/// The cpp-hocon library version as a string (without commit SHA1).
///
#define CPP_HOCON_VERSION "0.1.6"

///
/// The cpp-hocon library version as a string (with commit SHA1).
///
#define CPP_HOCON_VERSION_WITH_COMMIT "0.1.6"