/usr/lib/ocaml/pa_test/META is in libpa-test-camlp4-dev 112.24.00-2.
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 21 | # OASIS_START
# DO NOT EDIT (digest: 95040d39a79a99ca8f990e385f268675)
version = "112.24.00"
description = "Quotation expanders for assertions."
requires = "sexplib"
archive(byte) = "pa_test_lib.cma"
archive(byte, plugin) = "pa_test_lib.cma"
archive(native) = "pa_test_lib.cmxa"
archive(native, plugin) = "pa_test_lib.cmxs"
exists_if = "pa_test_lib.cma"
package "syntax" (
version = "112.24.00"
description = "Quotation expanders for assertions."
requires = "camlp4 comparelib.syntax sexplib.syntax herelib.syntax"
archive(syntax, preprocessor) = "pa_test_syntax.cma"
archive(syntax, toploop) = "pa_test_syntax.cma"
archive(syntax, preprocessor, native) = "pa_test_syntax.cmxa"
archive(syntax, preprocessor, native, plugin) = "pa_test_syntax.cmxs"
exists_if = "pa_test_syntax.cma"
)
# OASIS_STOP
|