mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
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)
9 lines
529 B
Text
9 lines
529 B
Text
Dune is a build system designed for OCaml/Reason projects only. It focuses
|
|
on providing the user with a consistent experience and takes care of most
|
|
of the low-level details of OCaml compilation. All you have to do is
|
|
provide a description of your project and dune will do the rest.
|
|
|
|
The scheme it implements is inspired from the one used inside Jane Street
|
|
and adapted to the open source world. It has matured over a long time and
|
|
is used daily by hundreds of developers, which means that it is highly
|
|
tested and productive.
|