This file is indexed.

/usr/share/doc/gambc-doc/examples/README is in gambc-doc 4.2.8-1.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
This directory contains the following examples:

  pi          bignums -- compute digits of pi
  ring        threads and FIFOs -- create a ring of threads sending messages
  distr-comp  threads and sockets -- thread migration in distributed system
  web-server  threads and sockets -- small web server to browse the filesystem
  web-repl    threads and sockets -- an applet implementing a remote REPL
  tcltk       Tcl/Tk interface -- GUI with a bunch of buttons
  Xlib-simple threads and FFI -- display 2 windows that bounce balls
  pthread     posix threads and FFI -- calling Scheme from threaded C program