This file is indexed.

/usr/lib/ocaml/ulex/utf8.mli is in ocaml-ulex 1.1-2build6.

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
exception MalFormed

val width: int array
val next: string -> int -> int
val compute_len: string -> int -> int -> int
val blit_to_int: string -> int -> int array -> int -> int -> unit
val to_int_array: string -> int -> int -> int array

val store: Buffer.t -> int -> unit
val from_int_array: int array -> int -> int -> string

val from_stream: char Stream.t -> int
val stream_from_char_stream: char Stream.t -> int Stream.t