From 336decb70d89a5a90ba33857653ba889c548e3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Mon, 14 Jan 2013 11:23:05 +0100 Subject: [PATCH] Initial commit. --- boosthost/.gitignore | 1 + boosthost/CMakeLists.txt | 2 ++ boosthost/README.md | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 boosthost/.gitignore create mode 100644 boosthost/CMakeLists.txt create mode 100644 boosthost/README.md diff --git a/boosthost/.gitignore b/boosthost/.gitignore new file mode 100644 index 000000000..b25c15b81 --- /dev/null +++ b/boosthost/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/boosthost/CMakeLists.txt b/boosthost/CMakeLists.txt new file mode 100644 index 000000000..9771c4f94 --- /dev/null +++ b/boosthost/CMakeLists.txt @@ -0,0 +1,2 @@ +cmake_minimum_required(VERSION 2.8.6) +project(MOZARTBOOSTHOST CXX) diff --git a/boosthost/README.md b/boosthost/README.md new file mode 100644 index 000000000..772d3f622 --- /dev/null +++ b/boosthost/README.md @@ -0,0 +1,8 @@ +# Mozart-Oz v2 - Boost-based host + +This is a stand-alone host for [Mozart2](https://github.com/mozart/mozart2), +based on the Boost library. It combines the Mozart2 VM library and the +Boost-based environment into a stand-alone emulator. + +Although it is possible to build this component separately, it is designed to be +built as part of Mozart2, which see.