https://github.com/dlang/undead
Need an obsolete Phobos module? Here they are, back from the dead and upgraded to work with the latest D
https://github.com/dlang/undead
Last synced: 4 months ago
JSON representation
Need an obsolete Phobos module? Here they are, back from the dead and upgraded to work with the latest D
- Host: GitHub
- URL: https://github.com/dlang/undead
- Owner: dlang
- License: bsl-1.0
- Created: 2014-12-01T02:56:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T09:10:11.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:46:38.378Z (over 1 year ago)
- Language: D
- Size: 212 KB
- Stars: 30
- Watchers: 19
- Forks: 28
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
undeaD
======
Need an obsolete Phobos module? Here they are, back from the dead and upgraded to work with the latest D
Current modules included:
* std.bitarray
* std.date
* std.datebase
* std.dateparse
* std.regexp
* std.signals
* std.stream and friends
* std.xml
Some individual functions have been moved here rather than full Phobos modules. They are
* undead.doformat: Contains the `doFormat` function from std.format
* undead.string: Contains regex style pattern matching functions from std.string
The dmdsamples folder contains a list of code samples which used to be located
in the dmd installation directory, but which have not been kept up to date, so
they are now located here as well.