This file is indexed.

/usr/lib/ocaml/sdl/sdlloader.mli is in libsdl-ocaml-dev 0.9.1-2+b1.

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
(** Image loader module *)

exception SDLloader_exception of string
    (** Exception to report errors *)

val load_image : string -> Sdlvideo.surface
    (** load an image as a surface *)

val load_image_from_mem : string -> Sdlvideo.surface 

val read_XPM_from_array : string array -> Sdlvideo.surface
    (** creates a surface from an array of strings 
       (in the source code) *)