/usr/lib/ocaml/bitstring/META is in libbitstring-ocaml-dev 2.0.4-2build1.
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 | name = "bitstring"
version = "2.0.4"
description = "Bitstrings and bitstring matching"
requires = "unix"
archive(byte) = "bitstring.cma"
archive(native) = "bitstring.cmxa"
package "persistent" (
requires = "bitstring"
version = "2.0.4"
description = "Persistent patterns for bitstring (requires camlp4)"
archive(byte) = "bitstring_persistent.cma"
archive(native) = "bitstring_persistent.cmxa"
)
package "syntax" (
version = "2.0.4"
requires = "camlp4 bitstring.persistent"
description = "Syntax extension: bitstring operators"
archive(syntax,preprocessor) = "-parser o -parser op -printer p pa_bitstring.cmo"
archive(syntax,toploop) = "pa_bitstring.cmo"
)
|