This file is indexed.

/usr/lib/ocaml/eliom/META is in libeliom-ocaml-dev 3.0.3-4build2.

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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version = "3.0.3"
description = "Eliom: module for generating pages"

package "server" (
description = "Eliom: server-side"
version = "[distributed with Eliom]"
directory = "server"
requires = "ocsigenserver,ocsigenserver.ext,js_of_ocaml.deriving,react,calendar,tyxml,lwt.react,cryptokit"
requires(syntax) += "js_of_ocaml.deriving.syntax,lwt.syntax,tyxml.syntax"
archive(byte) = "eliom.cma"
archive(native) = "eliom.cmxa"
)

package "client" (
description = "Eliom client-side"
version = "[distributed with Eliom]"
directory = "client"
requires = "ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base,js_of_ocaml,js_of_ocaml.deriving,lwt.react,tyxml.functor"
requires(syntax) += "lwt.syntax,js_of_ocaml.syntax,js_of_ocaml.deriving.syntax,tyxml.syntax"
archive(byte) = "eliom_client.cma eliom_client_main.cmo"
)

package "syntax" (
description = "Syntax extension: spliting client and server code (base)"
version = "[distributed with Eliom]"
requires = "js_of_ocaml.deriving.syntax,lwt.syntax,tyxml.syntax,lwt.syntax,js_of_ocaml.syntax,js_of_ocaml.deriving.syntax,tyxml.syntax"
archive(preprocessor,syntax) = "pa_eliom_seed.cmo"
directory = "syntax"

package "type" (
description = "Syntax extension: spliting client and server code (type inference)"
version = "[distributed with Eliom]"
requires = "eliom.syntax"
archive(preprocessor,syntax) = "pa_eliom_type_filter.cmo"
)

package "server" (
description = "Syntax extension: spliting client and server code (server side)"
version = "[distributed with Eliom]"
requires = "eliom.syntax"
archive(preprocessor,syntax) = "pa_eliom_client_server.cmo"
)

package "client" (
description = "Syntax extension: spliting client and server code (client side)"
version = "[distributed with Eliom]"
requires = "eliom.syntax"
archive(preprocessor,syntax) = "pa_eliom_client_client.cmo"
)
)