diff options
author | Eugene Wissner <belka@caraus.de> | 2018-01-19 18:26:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-20 07:01:16 +0700 |
commit | 5133afbaf172c00be8623fc8db8ba8a92c1ce857 (patch) | |
tree | 89eec2d49d83b19be8b4d00bffa1e2b7f8b279f2 /development/tanya/README | |
parent | d533c47f0ecd0737048389bd23b83f0164825ed7 (diff) |
development/tanya: Added (General purpose D library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tanya/README')
-rw-r--r-- | development/tanya/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/tanya/README b/development/tanya/README new file mode 100644 index 0000000000000..7d2e33484c1c8 --- /dev/null +++ b/development/tanya/README @@ -0,0 +1,7 @@ +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. |