/usr/lib/ocaml/reactiveData/META is in libreactivedata-ocaml 0.1-3build1.
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 | version = "0.1"
description = "Declarative events and signals for OCaml"
requires = "react"
archive(byte) = "reactiveData.cma"
archive(byte, plugin) = "reactiveData.cma"
archive(native) = "reactiveData.cmxa"
archive(native, plugin) = "reactiveData.cmxs"
exists_if = "reactiveData.cma"
|