This file is indexed.

/usr/lib/ocaml/lwt/META is in liblwt-ocaml 2.3.1-1build3.

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
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# OASIS_START
# DO NOT EDIT (digest: fd00dd257c67e6c3fa9166e91f6a3c08)
version = "2.3.1"
description = "Lightweight thread library for OCaml (core library)"
archive(byte) = "lwt.cma"
archive(native) = "lwt.cmxa"
exists_if = "lwt.cma"
package "ssl" (
 version = "2.3.1"
 description = "SSL support for Lwt"
 requires = "ssl lwt.unix"
 archive(byte) = "lwt-ssl.cma"
 archive(native) = "lwt-ssl.cmxa"
 exists_if = "lwt-ssl.cma"
)

package "extra" (
 version = "2.3.1"
 description = "Unix functions for Lwt using Lwt_preemptive"
 requires = "lwt lwt.preemptive"
 archive(byte) = "lwt-extra.cma"
 archive(native) = "lwt-extra.cmxa"
 exists_if = "lwt-extra.cma"
)

package "syntax" (
 version = "2.3.1"
 description = "Syntactic sugars for Lwt"
 requires = "camlp4 lwt.syntax.options"
 archive(syntax,preprocessor) = "lwt-syntax.cma"
 archive(syntax,toploop) = "lwt-syntax.cma"
 exists_if = "lwt-syntax.cma"
 package "options" (
  version = "2.3.1"
  description = "Options for syntax extensions"
  requires = "camlp4"
  archive(syntax,preprocessor) = "lwt-syntax-options.cma"
  archive(syntax,toploop) = "lwt-syntax-options.cma"
  exists_if = "lwt-syntax-options.cma"
 )
 
 package "log" (
  version = "2.3.1"
  description = "Syntactic sugars for logging"
  requires = "camlp4 lwt.syntax.options"
  archive(syntax,preprocessor) = "lwt-syntax-log.cma"
  archive(syntax,toploop) = "lwt-syntax-log.cma"
  exists_if = "lwt-syntax-log.cma"
 )
)

package "glib" (
 version = "2.3.1"
 description = "Glib integration"
 requires = "lwt lwt.unix"
 archive(byte) = "lwt-glib.cma"
 archive(native) = "lwt-glib.cmxa"
 exists_if = "lwt-glib.cma"
)

package "simple-top" (
 version = "2.3.1"
 description = "Unix support for lwt"
 requires = "lwt lwt.unix"
 archive(byte) = "lwt-simple-top.cma"
 archive(native) = "lwt-simple-top.cmxa"
 exists_if = "lwt-simple-top.cma"
)

package "preemptive" (
 version = "2.3.1"
 description = "Preemptive threads support for Lwt"
 requires = "lwt lwt.unix threads"
 archive(byte) = "lwt-preemptive.cma"
 archive(native) = "lwt-preemptive.cmxa"
 exists_if = "lwt-preemptive.cma"
)

package "top" (
 version = "2.3.1"
 description = "Line-editing in the toplevel"
 requires = "lwt lwt.text findlib"
 archive(byte) = "lwt-top.cma"
 archive(native) = "lwt-top.cmxa"
 exists_if = "lwt-top.cma"
)

package "text" (
 version = "2.3.1"
 description = "Text mode utilities"
 requires = "lwt lwt.unix lwt.react text text.bigarray"
 archive(byte) = "lwt-text.cma"
 archive(native) = "lwt-text.cmxa"
 exists_if = "lwt-text.cma"
)

package "react" (
 version = "2.3.1"
 description = "Reactive programming helpers"
 requires = "lwt react"
 archive(byte) = "lwt-react.cma"
 archive(native) = "lwt-react.cmxa"
 exists_if = "lwt-react.cma"
)

package "unix" (
 version = "2.3.1"
 description = "Unix support for lwt"
 requires = "lwt unix bigarray"
 archive(byte) = "lwt-unix.cma"
 archive(native) = "lwt-unix.cmxa"
 exists_if = "lwt-unix.cma"
)
# OASIS_STOP