/usr/lib/ocaml/pgocaml/META is in libpgocaml-ocaml 1.7.1-2build2.
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 | # OASIS_START
# DO NOT EDIT (digest: 1753dc20af857866adb3b2ea4ceaa82c)
version = "1.7.1"
description = "OCaml bindings for the PostgreSQL database"
requires = "unix calendar csv pcre batteries"
archive(byte) = "pgocaml.cma"
archive(byte, plugin) = "pgocaml.cma"
archive(native) = "pgocaml.cmxa"
archive(native, plugin) = "pgocaml.cmxs"
exists_if = "pgocaml.cma"
package "syntax" (
version = "1.7.1"
description = "Syntax extension for PG'OCaml"
requires = "pgocaml camlp4"
archive(syntax, preprocessor) = "pa_pgsql.cma"
archive(syntax, toploop) = "pa_pgsql.cma"
exists_if = "pa_pgsql.cma"
)
# OASIS_STOP
|