/usr/lib/ocaml/lwt/META is in liblwt-ocaml 2.7.1-4build1.
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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | # OASIS_START
# DO NOT EDIT (digest: f2e19fa63a1ba0bd66190a0d73d1b146)
version = "2.7.1"
description = "Lightweight thread library for OCaml (core library)"
requires = "bytes result"
archive(byte) = "lwt.cma"
archive(byte, plugin) = "lwt.cma"
archive(native) = "lwt.cmxa"
archive(native, plugin) = "lwt.cmxs"
exists_if = "lwt.cma"
package "unix" (
version = "2.7.1"
description = "Unix support for Lwt"
requires = "lwt lwt.log unix bigarray"
archive(byte) = "lwt-unix.cma"
archive(byte, plugin) = "lwt-unix.cma"
archive(native) = "lwt-unix.cmxa"
archive(native, plugin) = "lwt-unix.cmxs"
exists_if = "lwt-unix.cma"
)
package "syntax" (
version = "2.7.1"
description = "Camlp4 syntax for Lwt (deprecated; use lwt.ppx)"
requires = "camlp4 lwt.syntax.options"
archive(syntax, preprocessor) = "lwt-syntax.cma"
archive(syntax, toploop) = "lwt-syntax.cma"
archive(syntax, preprocessor, native) = "lwt-syntax.cmxa"
archive(syntax, preprocessor, native, plugin) = "lwt-syntax.cmxs"
exists_if = "lwt-syntax.cma"
package "options" (
version = "2.7.1"
description =
"Options for Lwt Camlp4 syntax extension (deprecated; use lwt.ppx)"
requires = "camlp4"
archive(syntax, preprocessor) = "lwt-syntax-options.cma"
archive(syntax, toploop) = "lwt-syntax-options.cma"
archive(syntax, preprocessor, native) = "lwt-syntax-options.cmxa"
archive(syntax, preprocessor, native, plugin) = "lwt-syntax-options.cmxs"
exists_if = "lwt-syntax-options.cma"
)
package "log" (
version = "2.7.1"
description = "Camlp4 syntax for Lwt logging (deprecated; use lwt.ppx)"
requires = "camlp4 lwt.syntax.options"
archive(syntax, preprocessor) = "lwt-syntax-log.cma"
archive(syntax, toploop) = "lwt-syntax-log.cma"
archive(syntax, preprocessor, native) = "lwt-syntax-log.cmxa"
archive(syntax, preprocessor, native, plugin) = "lwt-syntax-log.cmxs"
exists_if = "lwt-syntax-log.cma"
)
)
package "ssl" (
version = "2.7.1"
description = "SSL support for Lwt (deprecated; use package lwt_ssl)"
requires = "ssl lwt.unix"
archive(byte) = "lwt-ssl.cma"
archive(byte, plugin) = "lwt-ssl.cma"
archive(native) = "lwt-ssl.cmxa"
archive(native, plugin) = "lwt-ssl.cmxs"
exists_if = "lwt-ssl.cma"
)
package "simple-top" (
version = "2.7.1"
description = "Lwt-OCaml top level integration (deprecated; use utop)"
requires = "lwt lwt.unix compiler-libs.common"
archive(byte) = "lwt-simple-top.cma"
archive(byte, plugin) = "lwt-simple-top.cma"
archive(native) = "lwt-simple-top.cmxa"
archive(native, plugin) = "lwt-simple-top.cmxs"
exists_if = "lwt-simple-top.cma"
)
package "react" (
version = "2.7.1"
description =
"Reactive programming helpers for Lwt (deprecated; use package lwt_react)"
requires = "lwt react"
archive(byte) = "lwt-react.cma"
archive(byte, plugin) = "lwt-react.cma"
archive(native) = "lwt-react.cmxa"
archive(native, plugin) = "lwt-react.cmxs"
exists_if = "lwt-react.cma"
)
package "preemptive" (
version = "2.7.1"
description = "Preemptive thread support for Lwt"
requires = "lwt lwt.unix threads"
archive(byte) = "lwt-preemptive.cma"
archive(byte, plugin) = "lwt-preemptive.cma"
archive(native) = "lwt-preemptive.cmxa"
archive(native, plugin) = "lwt-preemptive.cmxs"
exists_if = "lwt-preemptive.cma"
)
package "ppx" (
version = "2.7.1"
description = "Lwt PPX syntax extension"
requires = "lwt"
archive(byte) = "ppx.cma"
archive(byte, plugin) = "ppx.cma"
archive(native) = "ppx.cmxa"
archive(native, plugin) = "ppx.cmxs"
ppx = "ppx_lwt"
exists_if = "ppx.cma"
)
package "log" (
version = "2.7.1"
description = "Logger for Lwt"
requires = "lwt"
archive(byte) = "lwt-log.cma"
archive(byte, plugin) = "lwt-log.cma"
archive(native) = "lwt-log.cmxa"
archive(native, plugin) = "lwt-log.cmxs"
exists_if = "lwt-log.cma"
)
package "glib" (
version = "2.7.1"
description = "GLib integration for Lwt (deprecated; use package lwt_glib)"
requires = "lwt lwt.unix"
archive(byte) = "lwt-glib.cma"
archive(byte, plugin) = "lwt-glib.cma"
archive(native) = "lwt-glib.cmxa"
archive(native, plugin) = "lwt-glib.cmxs"
exists_if = "lwt-glib.cma"
)
# OASIS_STOP
|