*OCaml [#y1d08e58]

&color(White,#5F2F2F){  ''◆CONTENTS◆''  };&br;

#contents

*Summary [#s5b2a93b]

-[[The Caml language: Home:http://caml.inria.fr/]]
-[[OCaml.jp:http://ocaml.jp/]]
-http://lists.idyll.org/pipermail/caml-news-weekly/
-[[OCaml Advent Calendar 2012:http://partake.in/events/680a8735-b35c-4911-aaba-03aaf0f400b2]]
-https://bitbucket.org/camlspotter/ocaml-zippy-tutorial-in-japanese/src
--[https://bitbucket.org/camlspotter/ocaml-zippy-tutorial-in-japanese/src/tip/random_memo.rst Random memo of OCaml programming]
--[https://bitbucket.org/camlspotter/ocaml-zippy-tutorial-in-japanese/src/tip/4.02.md OCaml 4.02 の予習]
-https://github.com/realworldocaml
-http://stackoverflow.com/questions/tagged/ocaml
--http://stackoverflow.com/questions/1916433/what-does-mean-in-an-ocaml-external-declaration
-http://wodi.forge.ocamlcore.org/
-http://www.linux-nantes.org/~fmonnier/ocaml/ocaml-wrapping-c.html
-[[C関数をラップしてOCamlに接続する方法 (How to wrap C functions to OCaml):http://www.geocities.jp/harddiskdive/ocaml-wrapping-c/ocaml-wrapping-c.html]]
-http://www.cl.cam.ac.uk/projects/ocamllabs/tasks/platform.html#Foreign%20Function%20Interface
-https://github.com/ocamllabs/ocaml-ctypes
-https://realworldocaml.org/v1/en/html/
-http://alain.frisch.fr/flexdll.html
-[http://caml.inria.fr/mantis/view.php?id=5465 0005465: Increase stack size of ocamlopt.opt for windows]
-[http://d.hatena.ne.jp/aldente39/20121015/1350252794 WinGW版OCamlのocamloptをcygwinなしで実行……]
-http://www.math.nagoya-u.ac.jp/~garrigue/papers/ocamlum2010.pdf
-http://www.itpl.co.jp/ocaml/
-http://book.mynavi.jp/support/bookmook/ocaml/

// $ ocamlopt hoge.ml
// ** Fatal error: Cannot find file "libws2_32"
// File "caml_startup", line 1:
// Error: Error during linking
//
// $ ocamlopt -ccopt "-L c:/msys64/mingw64/x86_64-w64-mingw32/lib" hoge.ml

**ダウンロード [#lee13824]

-http://caml.inria.fr/download.en.html

***Windows [#f2419a94]

-[http://wodi.forge.ocamlcore.org/ OCaml for Windows — Wodi]
-[http://protz.github.io/ocaml-installer/ The OCaml installer for Windows]

**ChangeLog [#j264cfdf]
-http://caml.inria.fr/cgi-bin/viewvc.cgi/ocaml/trunk/
--[[log:http://caml.inria.fr/cgi-bin/viewvc.cgi/ocaml/trunk/?view=log]]
--[[Changes:http://caml.inria.fr/cgi-bin/viewvc.cgi/ocaml/trunk/Changes?view=markup]]

**OCaml → JavaScript [#s4e80e56]

-[http://ocsigen.org/js_of_ocaml/ js_of_ocaml]

**派生版 [#o040132e]

-[[F#>F Sharp]]
-[[OCaml-Java:http://ocamljava.x9c.fr/]]