summaryrefslogtreecommitdiff
path: root/devel/stooop/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/stooop/DESCR')
-rw-r--r--devel/stooop/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/stooop/DESCR b/devel/stooop/DESCR
new file mode 100644
index 00000000000..d54318dbc93
--- /dev/null
+++ b/devel/stooop/DESCR
@@ -0,0 +1,13 @@
+This is stooop (a Simple Tcl Only Object Oriented Programming scheme)
+version 3.7. Stooop is implemented in a single sourceable file and
+uses simple techniques to provide object orientation to the great Tcl
+language.
+
+Stooop supports single and multiple inheritance, data encapsulation
+(all member data is public), dynamic binding, nested classes, object
+copy, runtime type identification, optional runtime procedure and data
+access checking as well as tracing.
+
+As stooop is entirely written in Tcl, it will run on all Tcl supported
+platforms, including Windows and the Macintosh, if you have Tcl
+version 8.0 or 8.1.