File: README.Debian

package info (click to toggle)
pycaml 0.82-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 572 kB
  • ctags: 430
  • sloc: ansic: 962; ml: 409; makefile: 104; python: 4
file content (22 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (6)
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