/usr/lib/ocaml/yojson/META is in libyojson-ocaml 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 11 12 13 14 15 | name = "yojson"
version = "1.1.8"
description = "JSON parsing and printing (successor of json-wheel)"
requires = "easy-format,biniou"
archive(byte) = "yojson.cmo"
archive(native) = "yojson.cmx"
archive(native,plugin) = "yojson.cmxs"
package "biniou" (
version = "1.1.8"
description = "JSON <=> Biniou conversion"
requires = "easy-format,biniou"
archive(byte) = "yojson_biniou.cmo"
archive(native) = "yojson_biniou.cmx"
archive(native,plugin) = "yojson_biniou.cmxs"
)
|