1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/undead/pkg-descr
Romain Tartière f2c49a0538
devel/undead: New port
Need an obsolete Phobos module? Here they are, back from the dead and upgraded
to work with the latest D.

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
2023-04-21 23:37:58 -10:00

21 lines
508 B
Plaintext

Need an obsolete Phobos module? Here they are, back from the dead and upgraded
to work with the latest D.
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