This file is indexed.

/usr/lib/ocaml/eliom/META is in libeliom-ocaml-dev 2.2.2-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
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
51
52
53
54
55
56
57
58
59
version = "2.2.2"
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,tyxml.duce"
requires(syntax) += "js_of_ocaml.deriving.syntax,lwt.syntax,tyxml.syntax"
archive(byte) = "eliom.cma"
archive(native) = "eliom.cmxa"

package "duce" (
description = "Eliom: OCamlDuce support for server-side"
version = "[distributed with Eliom]"
requires = "eliom.server,ocamlduce"
archive(byte) = "eliom_duce.cma"
archive(native) = "eliom_duce.cmxa"
exists_if = "eliom_duce.cma,eliom_duce.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"
)
)