This file is indexed.

/usr/lib/ocaml/yojson/yojson_biniou.mli is in libyojson-ocaml-dev 1.1.8-1.

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
(** Conversions between JSON and biniou *)

val biniou_of_json : Yojson.Safe.json -> Bi_io.tree
  (** Converts from JSON to biniou.
      @raise Failure if conversion is not reversible. *)

val json_of_biniou : Bi_io.tree -> Yojson.Safe.json
  (** Converts from biniou to JSON.
      @raise Failure if conversion is not reversible, except for biniou
      tables which are considered equivalent to arrays of records. *)