File: menu.wiki

package info (click to toggle)
js-of-ocaml 5.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,020 kB
  • sloc: ml: 91,250; javascript: 57,289; ansic: 315; makefile: 271; lisp: 23; sh: 6; perl: 4
file content (40 lines) | stat: -rw-r--r-- 1,483 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
=Js_of_ocaml - Reference Manual
==[[overview|Overview]]
==[[install|Install]]
==[[library|Library overview]]
==[[bindings|Binding a JS library]]
==[[rev-bindings|Export OCaml code to JavaScript]]
==<<a_api subproject="js_of_ocaml" text="API"|index>>

=Js_of_ocaml_lwt - Reference Manual
==[[lwt|Lwt support]]
==<<a_api subproject="js_of_ocaml-lwt" text="API"|index>>

=Syntaxes
==[[ppx|Ppx syntax extension]]
==[[ppx-deriving|Ppx deriving json]]

=Compiler
==[[options|Command line options]]
==[[linker|Link javascript code]]
==[[separate-compilation|Separate compilation]]
==[[tailcall|About tailcall optimization]]
==[[effects|Effect handlers]]

=Misc
==[[runtime-files|How to look up runtime files]]
==[[build-toplevel|How to build a toplevel or use Dynlink]]
==[[debug|How to debug a program]]
==[[contribute|How to contribute]]
==[[performances|Performances]]

=Js_of_ocaml examples
==<<a_file src="toplevel/index.html"|An OCaml toplevel running in the browser>>
==<<a_file src="planet/index.html" |An animated 3D view of the Earth>>
==<<a_file src="graph_viewer/index.html" |A graph viewer>>
==<<a_file src="boulderdash/index.html" |A Boulder Dash game>>
==<<a_file src="wiki/index.html" |A realtime wiki editor>>
==<<a_file src="webgl/index.html" |A webgl demo>>
==<<a_file src="minesweeper/index.html" |A Minesweeper game>>
==<<a_file src="hyperbolic/index.html" |A hyperbolic tree viewer>>
==<<a_file src="cubes/index.html" |A random walk on lozenge tiling configurations>>