freebsd-ports/devel/fatal/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
501 B
Text

Fatal (Facebook Template Library) is a library for fast prototyping software in
modern C++.
It provides facilities heavily based on template meta-programming, while keeping
most of the complexity under-the-hood, to enhance the expressive power of C++.
Fatal also provides lessons on how to write meta-programs, as well as on how to
make the best use of the library, starting at beginner levels.
The goal is make its benefits available to a wider audience other than just
hard-core library writers.