From 83476b836744e8c6c6fe256bc7f8bfb258fe1891 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 25 Jul 2016 20:45:30 +0100 Subject: [PATCH] Converted README to markdown and updated content. --- README | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/README b/README index 4735447..65a41ee 100644 --- a/README +++ b/README @@ -1,5 +1,22 @@ -supported SML COmpilers: -- mlton -- polyML 5.x -- sml/NJ +# su4sml - a SML repository for managing (Secure)UML/OCL models +The model su4sml is a SML component thta stores UML models. It follows the +UML/OCL metamodel in representing the model information as closely as this +is sensible in a functional programming language. However, some +simplifications where made deliberately. For example, we eliminated many +indirections that are inherent in the UML metamodel. We also decided to +ignore associations between classifiers as such. We only represent their +association ends, as part of the participating classifiers + +## Supported SML systems +* mlton +* poly/ML 5.x or later +* sml/NJ + +## License +This project is licensed under the Apache License Version 2.0. + +## Publications +* Achim D. Brucker, Jürgen Doser, and Burkhart Wolff. An MDA Framework Supporting + OCL. In Electronic Communications of the EASST, 5, 2006. + (doi:10.14279/tuj.eceasst.5.45)[http://dx.doi.org/10.14279/tuj.eceasst.5.45)