/var/lib/ocaml/lintian/libtext-ocaml-dev.META.text is in libtext-ocaml-dev 0.8-1build1.
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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | # OASIS_START
# DO NOT EDIT (digest: 73eda264e5285750a38263859be858c4)
version = "0.7"
description = "ocaml-text"
requires = "bytes"
archive(byte) = "text.cma"
archive(byte, plugin) = "text.cma"
archive(native) = "text.cmxa"
archive(native, plugin) = "text.cmxs"
exists_if = "text.cma"
package "pcre-syntax" (
version = "0.7"
description =
"Syntax extension for writing human readable regexps in OCaml sources"
requires = "camlp4 text"
archive(syntax, preprocessor) = "pcre-syntax.cma"
archive(syntax, toploop) = "pcre-syntax.cma"
archive(syntax, preprocessor, native) = "pcre-syntax.cmxa"
archive(syntax, preprocessor, native, plugin) = "pcre-syntax.cmxs"
exists_if = "pcre-syntax.cma"
)
package "pcre" (
version = "0.7"
description = "ocaml-text"
requires = "text pcre"
archive(byte) = "pcre.cma"
archive(byte, plugin) = "pcre.cma"
archive(native) = "pcre.cmxa"
archive(native, plugin) = "pcre.cmxs"
exists_if = "pcre.cma"
)
package "bigarray" (
version = "0.7"
description = "ocaml-text"
requires = "text bigarray"
archive(byte) = "bigarray.cma"
archive(byte, plugin) = "bigarray.cma"
archive(native) = "bigarray.cmxa"
archive(native, plugin) = "bigarray.cmxs"
exists_if = "bigarray.cma"
)
# OASIS_STOP
|