This file is indexed.

/usr/lib/ocaml/pxp-engine/pxp_lib.mli is in libpxp-ocaml-dev 1.2.7-1build2.

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
(* $Id: pxp_lib.mli 662 2004-05-25 20:57:28Z gerd $
 * ----------------------------------------------------------------------
 * PXP: The polymorphic XML parser for Objective Caml.
 * Copyright by Gerd Stolpmann. See LICENSE for details.
 *)

(* This module contains special versions of library functions which
 * have been optimized for various data and runtime cases.
 *)

val crlf_index_from : string -> int -> int
    (* Returns the leftmost position >= i in the string of either a CR or a
     * LF character.
     * Returns -1 if there is no such character.
     *)

val only_whitespace : string -> bool
    (* Returns true if the string consists only of whitespace characters
     * (space, tab, CR, LF)
     *)