This file is indexed.

/usr/share/doc/libpycaml-ocaml-dev/README.Debian is in libpycaml-ocaml-dev 0.82-15build1.

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
Pycaml for Debian
-----------------

You can find some example Pycaml programs in /usr/share/doc/pycaml/examples.

Here's how you build programs:

BYTECODE COMPILATION
--------------------

ocamlc pycaml.cma yourfile.ml -o output

Note that "custom" mode is implied.

NATIVE COMPILATION
------------------

ocamlopt pycaml.cmxa yourfile.ml -o output


-- John Goerzen <jgoerzen@complete.org>
   February 24, 2004