mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
This is a small library intended to aid developers working with
|
|
deprecated code. The idea comes from the 'D' programming language,
|
|
where developers can mark certain code as deprecated, and then
|
|
allow/disallow the ability to execute deprecated code.
|