f406137827
We can't reasonably expect that people want to install 7 ports to get a working C/C++ toolchain. Add a simple metaport to install all of them in one go. Differential Revision: https://reviews.freebsd.org/D2929 Reviewed by: bapt
10 lines
447 B
Text
10 lines
447 B
Text
Nuxi CloudABI is an application binary interface for UNIX-like operating
|
|
systems built around the concept of capability-based security. In a
|
|
nutshell, it means that you can run processes directly on top of a UNIX
|
|
kernel while keeping complete control over the actions the process is
|
|
allowed to perform.
|
|
|
|
This port installs a full toolchain that can be used to compile C and
|
|
C++ software against CloudABI.
|
|
|
|
WWW: https://github.com/NuxiNL/cloudlibc
|