Mark and setup OCaml as an experimental target language.

Issue #1437
This commit is contained in:
William S Fulton 2019-02-11 09:06:28 +00:00
commit ad7f9cd8d7
9 changed files with 16 additions and 7 deletions

View file

@ -64,7 +64,7 @@ static TargetLanguageModule modules[] = {
{"-lua", swig_lua, "Lua", Supported},
{"-modula3", NULL, "Modula 3", Disabled},
{"-mzscheme", swig_mzscheme, "MzScheme/Racket", Experimental},
{"-ocaml", swig_ocaml, "Ocaml", Supported},
{"-ocaml", swig_ocaml, "OCaml", Experimental},
{"-octave", swig_octave, "Octave", Supported},
{"-perl", swig_perl5, NULL, Supported},
{"-perl5", swig_perl5, "Perl 5", Supported},