/var/lib/ocaml/lintian/libpgocaml-ocaml-dev.META.pgocaml is in libpgocaml-ocaml-dev 2.2-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 | # OASIS_START
# DO NOT EDIT (digest: 023ae9385c9c2cfcf39a4b5db8ae0c35)
version = "2.2"
description = "OCaml bindings for the PostgreSQL database"
requires = "unix calendar csv pcre bytes"
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 = "2.2"
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
|