Category:LablTk: Difference between revisions

From Rosetta Code
Content added Content deleted
(Bindings)
 
(a short description)
 
Line 1: Line 1:
{{stub}}{{library}}
{{stub}}{{library}}
The [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Tk.html Tk module] is part of the standard OCaml library.

To run some code in script mode or to compile it to bytecode, provide these parameters:
: -I +labltk labltk.cma

For higher performances, the parameters for the native-code compiler are:
: -I +labltk labltk.cmxa

Latest revision as of 22:41, 6 October 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

The Tk module is part of the standard OCaml library.

To run some code in script mode or to compile it to bytecode, provide these parameters:

-I +labltk labltk.cma

For higher performances, the parameters for the native-code compiler are:

-I +labltk labltk.cmxa

Pages in category "LablTk"

This category contains only the following page.