/usr/lib/ocaml/pa_bench/META is in libpa-bench-camlp4-dev 113.00.00-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 16 17 18 19 20 | # OASIS_START
# DO NOT EDIT (digest: 7af9d963b9070831f8ed226b016f4c9e)
version = "113.00.00"
description = "Runtime support for pa_bench"
archive(byte) = "pa_bench_lib.cma"
archive(byte, plugin) = "pa_bench_lib.cma"
archive(native) = "pa_bench_lib.cmxa"
archive(native, plugin) = "pa_bench_lib.cmxs"
exists_if = "pa_bench_lib.cma"
package "syntax" (
version = "113.00.00"
description = "Syntax extension writing inline benchmarks"
requires = "camlp4 type_conv pa_ounit pa_ounit.syntax"
archive(syntax, preprocessor) = "pa_bench_syntax.cma"
archive(syntax, toploop) = "pa_bench_syntax.cma"
archive(syntax, preprocessor, native) = "pa_bench_syntax.cmxa"
archive(syntax, preprocessor, native, plugin) = "pa_bench_syntax.cmxs"
exists_if = "pa_bench_syntax.cma"
)
# OASIS_STOP
|