6003ca35cf
This port is a WIP. It compiles and packages on both amd64 and powerpc64. However, the ports depending on it do *not*. I will continue working on this. Because of this, assign maintainership to myself in the meantime. This corresponds to the most recent patches in D23300 except with fixes to the OPTIONS handling by myself. Submitted by: prj_rootwyrm.com Differential Revision: D23300
16 lines
897 B
Text
16 lines
897 B
Text
Mono is an open source implementation of .NET Development Framework. Its
|
|
objective is to enable UNIX developers to build and deploy cross-platform
|
|
.NET Applications. The project implements various technologies developed by
|
|
Microsoft that have now been submitted to the ECMA for standardization.
|
|
|
|
Mono provides the necessary software to develop and run .NET client and
|
|
server applications on BSD, Linux, Solaris, Mac OS X, Windows, and Unix.
|
|
|
|
SPECTRE MITIGATION: Mono 6.4+ introduces additional internal changes to
|
|
better protect against Spectre and Meltdown attacks for both compiled and
|
|
interpreted code during runtime. This can cause severe performance impacts
|
|
to applications in a number of scenarios, and is not enabled by default for
|
|
that reason. When used in high risk environments such as shared hosting,
|
|
it is strongly recommended to enable this option.
|
|
|
|
WWW: http://www.mono-project.com/
|