/usr/lib/ocaml/rpc/META is in libocamlnet-ocaml-dev 4.1.2-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 | description = "Ocamlnet - Remote Procedure Call (RPC)"
version = "4.1.2"
requires = "equeue,unix,netstring"
archive(byte) = "rpc.cma"
archive(native) = "rpc.cmxa"
archive(native,gprof) = "rpc.p.cmxa"
|