summaryrefslogtreecommitdiffstats
path: root/development/tanya/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/tanya/README')
-rw-r--r--development/tanya/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/development/tanya/README b/development/tanya/README
deleted file mode 100644
index 7d2e33484c..0000000000
--- a/development/tanya/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Tanya is a general purpose library for D programming language.
-
-Its aim is to simplify the manual memory management in D and to
-provide a guarantee with @nogc attribute that there are no hidden
-allocations on the Garbage Collector heap. Everything in the library
-is usable in @nogc code. Tanya provides data structures and utilities
-to facilitate painless systems programming in D.