slackbuilds/development/tanya
Eugen Wissner f4519f4f9a development/tanya: Updated for version 0.11.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-09-15 19:17:30 +01:00
..
README development/tanya: Added (General purpose D library). 2018-01-20 07:01:16 +07:00
slack-desc development/tanya: Added (General purpose D library). 2018-01-20 07:01:16 +07:00
tanya.SlackBuild development/tanya: Updated for version 0.11.2 2018-09-15 19:17:30 +01:00
tanya.info development/tanya: Updated for version 0.11.2 2018-09-15 19:17:30 +01:00

README

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.