This file is indexed.

/usr/lib/ocaml/galax/galax_camomile.mli is in libgalax-ocaml-dev 1.1-15build5.

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
(***********************************************************************)
(*                                                                     *)
(*                                 GALAX                               *)
(*                             XQuery Engine                           *)
(*                                                                     *)
(*  Copyright 2001-2007.                                               *)
(*  Distributed only by permission.                                    *)
(*                                                                     *)
(***********************************************************************)

(* $Id: galax_camomile.mli,v 1.5 2007/09/27 19:19:28 simeon Exp $ *)

(* Module: Glx_camomile
   Description:
     This module is a wrapper over Camomile operations.
*)

val nfc : string -> string
val nfd : string -> string
val nfkc : string -> string
val nfkd : string -> string

val utf8_string_of_code_point : int -> string
val utf8_code_points_of_string : string -> int list
val utf8_string_of_code_points : int list -> string

val utf8_codepoint_compare : string -> string -> int