/usr/lib/ocaml/http/META is in libhttp-ocaml-dev 0.1.5-1build3.
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 | description = "OCaml HTTP daemon library"
version = "0.1.5"
requires = "unix,pcre,netstring"
requires(mt) = "unix,pcre,netstring,threads"
archive(byte) = "http.cma"
archive(native) = "http.cmxa"
archive(mt,byte) = "http_mt.cma"
archive(mt,native) = "http_mt.cmxa"
|