/usr/lib/ocaml/melt/META is in libmelt-ocaml-dev 1.4.0-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 | description = "Melt allows you to write Latex documents using OCaml."
version = "1.4.0"
requires = "melt.latex mlpost"
archive(byte) = "melt.cma"
archive(native) = "melt.cmxa"
package "latex" (
description = "Latex library for OCaml."
version = "1.4.0"
requires = "str"
archive(byte) = "latex.cma"
archive(native) = "latex.cmxa"
)
|