/usr/lib/ocaml/camlpdf/pdfjpeg.mli is in libcamlpdf-ocaml-dev 2.2.1-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 | (** PDF Jpeg Support *)
(** Return the JPEG data starting at the current position in the [Pdfio.input],
leaving the input ready to read the first byte following the JPEG data. *)
val get_jpeg_data : Pdfio.input -> Pdfio.bytes
|