Skip to content

Example for embedding OCaml in a C++ program and/or library

License

Notifications You must be signed in to change notification settings

sio-k/Cppcamlexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

Example for using C++ and OCaml in the same project, with the main() in C++.

build

./configure.sh && ./build.sh

run

./run.sh

requirements

  • CMake v3.1+
  • C++14-capable compiler (LLVM Clang or GCC preferably)
  • ocamlopt
  • SDL2, SDL2-image etc.
  • GLEW
  • astyle

About

Example for embedding OCaml in a C++ program and/or library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published