slackbuilds_ponce/development/tanya
Eugen Wissner 60f3daf2cd development/tanya: Updated for version 0.7.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-03-15 21:18:45 +07:00
..
README
slack-desc
tanya.info
tanya.SlackBuild

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.