/var/lib/ocaml/lintian/libsqlexpr-ocaml-dev.META.sqlexpr is in libsqlexpr-ocaml-dev 0.4.1-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 13 14 15 16 17 18 19 | # OASIS_START
# DO NOT EDIT (digest: 645f51dbf47e3de250d39b320fdf3b7d)
version = "0.4.1"
description = "SQLite database access."
requires
=
"csv batteries sqlite3 estring lwt lwt.syntax lwt.unix unix threads"
archive(byte) = "sqlexpr.cma"
archive(native) = "sqlexpr.cmxa"
exists_if = "sqlexpr.cma"
package "syntax" (
version = "0.4.1"
description = "Syntax extension for SQL statements/expressions"
requires = "camlp4 estring"
archive(syntax,preprocessor) = "sqlexpr_syntax.cma"
archive(syntax,toploop) = "sqlexpr_syntax.cma"
exists_if = "sqlexpr_syntax.cma"
)
# OASIS_STOP
|