Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1:39a48e810e11
Date: 2013-05-25 16:25 +0200
http://bitbucket.org/pypy/stm/changeset/39a48e810e11/

Log:    Add a README.txt

diff --git a/README.txt b/README.txt
new file mode 100644
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,12 @@
+
+STM-GC
+======
+
+Welcome!
+
+This is meant to be a general library that can be used in C programs.
+
+The library interface is in "c3/stmgc.h".
+
+A demo program can be found in "c3/demo1.c".
+It can be built with "make debug-demo1" or "make build-demo1".
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to