/usr/i686-w64-mingw32/lib/ocaml/num/META is in ocaml-mingw-w64-i686 4.01.0~20140328-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 | # Specification for the "num" library:
requires = "num.core"
requires(toploop) = "num.core,num-top"
version = "[distributed with Ocaml]"
description = "Arbitrary-precision rational arithmetic"
package "core" (
directory = "^"
version = "[internal]"
browse_interfaces = ""
archive(byte) = "nums.cma"
archive(native) = "nums.cmxa"
)
|