This file is indexed.

/usr/lib/ocaml/METAS/META.cothreads is in libcothreads-ocaml-dev 0.10-3build5.

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
name="cothreads"
version="0.10"
description="A concurrent programming library for OCaml"
directory="+"

package "threads" (
  # We suppose that this must be used in conjunction
  # with -threads/-mt
  archive(byte,mt)="cothreads.cma"
  archive(native,mt,mt_posix)="cothreads.cmxa"
)

package "process_threads" (
  requires="unix"
  directory="+process"
  archive(byte)="threads.cma"
  archive(native)="threads.cmxa"
)

package "process" (
  requires="unix"
  directory="+process"
  archive(byte)="cothreads.cma"
  archive(native)="cothreads.cmxa"
)

package "vmcothreads" (
  directory="+vmthreads"
  archive(byte)="cothreads.cma"
)