summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugene Wissner <belka@caraus.de>2016-10-08 20:45:03 +0200
committerGitHub <noreply@github.com>2016-10-08 20:45:03 +0200
commit5e6f8446d881ea7aa45fdd8d9af9e7a30118eb10 (patch)
tree20f014ecaed8fc8905919109bed872ae2b51bf0d /README.md
parent79a7b840f72fc329488fc8f613eb6e3b1fb5061d (diff)
downloadtanya-5e6f8446d881ea7aa45fdd8d9af9e7a30118eb10.tar.gz
Add an abandoned notice
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3ae8bb2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# This repository is abandoned
+
+Please note that this repository is now abandoned. I'm currently working on merging the code into
+[dlib](https://github.com/gecko0307/dlib).
+
+This repository will be kept alive for some time for reference purpose and as a sandbox for new features.
+
+# D event loop
+
+tanya's mission was to provide a GC-free, general purpose library for D programming language for developing servers.
+Since dlib follows similar rules I decided that it would be better to extend and improve an existing library.
+Dlib has some features like containers I can build on without developing everything by myself.