/usr/lib/ocaml/pxp-pp/META is in libpxp-ocaml-dev 1.2.7-1build2.
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 | description = "Preprocessor for PXP"
version = "1.2.7"
# At runtime, we need at least pxp-engine.
requires = "camlp4,pxp-engine"
# At preprocess time, we need netstring and ulex:
requires(syntax) = "camlp4,netstring,ulex"
# The toploop is the combination of both:
requires(syntax,toploop) = "camlp4,netstring,ulex,pxp-engine"
# Specification of stand-alone preprocessor call:
archive(syntax,preprocessor) = "pxp_pp.cma"
# Specification for the toploop:
archive(syntax,toploop) = "pxp_pp.cma"
|