/usr/lib/ocaml/lablgtk2/gtkAssistant.ml is in liblablgtk2-ocaml-dev 2.18.3+dfsg-1build1.
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 | open Gaux
open Gobject
open Gtk
open Tags
open GtkAssistantProps
open GtkBase
external _gtkassistant_init : unit -> unit = "ml_gtkassistant_init"
let () = _gtkassistant_init ()
module Assistant = struct
include Assistant
end
|