/var/lib/ocaml/lintian/libtext-ocaml-dev.META.text is in libtext-ocaml-dev 0.6-3.
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 | # -*- conf -*-
name = "text"
version = "0.6"
browse_interfaces = "Text Encoding"
description = "Character encodings and UTF-8 text manipulation"
archive(byte) = "text.cma"
archive(native) = "text.cmxa"
package "pcre" (
exists_if = "text-pcre.cma"
version = "0.6"
description = "Syntactic sugars for regular expression using PCRE"
requires = "text pcre camlp4"
archive(byte) = "text-pcre.cma"
archive(native) = "text-pcre.cmxa"
archive(syntax,preprocessor) = "text.cma text-pcre-syntax.cma"
archive(syntax,toploop) += "text-pcre-syntax.cma"
)
package "bigarray" (
exists_if = "text-bigarray.cma"
version = "0.6"
description = "Encoding/decoding to/from bigarrays"
requires = "text bigarray"
archive(byte) = "text-bigarray.cma"
archive(native) = "text-bigarray.cmxa"
)
|