]> git.llucax.com Git - software/druntime.git/commitdiff
update readme.txt
authorwalter <walter@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 13 Oct 2008 00:47:05 +0000 (00:47 +0000)
committerwalter <walter@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 13 Oct 2008 00:47:05 +0000 (00:47 +0000)
git-svn-id: http://svn.dsource.org/projects/druntime/trunk@23 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f

readme.txt [new file with mode: 0644]

diff --git a/readme.txt b/readme.txt
new file mode 100644 (file)
index 0000000..8fd212d
--- /dev/null
@@ -0,0 +1,10 @@
+       Druntime\r
+\r
+The source code repository for druntime is: http://dsource.org/projects/druntime\r
+\r
+Druntime is the minimum library required to support the D programming\r
+language. It includes the system code required to support the garbage collector,\r
+associative arrays, exception handling, array vector operations,\r
+startup/shutdown, etc.\r
+\r
+Druntime forms a common layer underlying the Phobos and Tango user libraries.\r