3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00
z3/src/api/ml
Christoph M. Wintersteiger 7ec8c81c33 ML API fix for datatype construction (Issue #121). Thanks to Elarnon for reporting this one!
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2015-01-19 17:14:03 +00:00
..
old move old files 2015-01-19 15:44:44 +00:00
Makefile ML API: proper use of datatype API for list/enum/constructor. 2015-01-19 17:08:10 +00:00
META ML API: build fix 2015-01-19 16:08:37 +00:00
README Added facilities for ocamlfind in the ML API build 2015-01-19 17:11:15 +00:00
README-test-win remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00
z3.ml ML API fix for datatype construction (Issue #121). Thanks to Elarnon for reporting this one! 2015-01-19 17:14:03 +00:00
z3.mli ML API fix for datatype construction (Issue #121). Thanks to Elarnon for reporting this one! 2015-01-19 17:14:03 +00:00

This directory is work in progress.

We are currently working on a brand new ML API.

On Windows, there are no less than four different ports of OCaml. The Z3 build 
system assumes that either the win32 or the win64 port is installed. This means
that OCaml will use `cl' as the underlying C compiler and not the cygwin or
mingw compilers. 

By default, a make target called `ocamlfind_install' is added. This installs Z3
into the ocamlfind package repository such that programs can be compiled via 
ocamlfind.