/usr/lib/ocaml/bin_prot/META is in libbin-prot-ocaml 113.33.03-3.
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 16 17 18 19 20 | version = "113.33.03"
description = "A binary protocol generator"
requires = "bigarray"
archive(byte ) = "bin_prot.cma"
archive(native) = "bin_prot.cmxa"
plugin(byte ) = "bin_prot.cma"
plugin(native) = "bin_prot.cmxs"
exists_if = "bin_prot.cma"
xen_linkopts = "-lbin_prot_xen_stubs"
package "xen" (
version = "113.33.03"
description = "A binary protocol generator"
requires = "bigarray"
archive(byte ) = "bin_prot_xen.cma"
archive(native) = "bin_prot_xen.cmxa"
plugin(byte ) = "bin_prot_xen.cma"
plugin(native) = "bin_prot_xen.cmxs"
exists_if = "bin_prot_xen.cma"
)
|