summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-08-25 00:29:43 +0200
committerEugen Wissner <belka@caraus.de>2017-08-25 00:29:43 +0200
commitc9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e (patch)
tree91d01ed3d471fdb89173e97ed4b453695f14cd4f /README.md
parent0e99effaeb59a6af301e2879063005d2bc82870e (diff)
downloadtanya-c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e.tar.gz
Add "native" configuration and TanyaPhobos version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index aabce0a..784de7f 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,13 @@ string, Hash set.
* `format`: Formatting and conversion functions.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocators, smart pointers).
+* `meta`: Template metaprogramming package.
* `net`: URL-Parsing, network programming.
* `network`: Socket implementation. `network` is currently under rework.
After finishing the new socket implementation will land in the `net` package and
`network` will be deprecated.
* `os`: Platform-independent interfaces to operating system functionality.
+* `range`: Generic functions and templates for D ranges.
* `typecons`: Templates that allow to build new types based on the available
ones.