freebsd-ports/lang/mlton/pkg-descr
Ruslan Makhmatkhanov e8ac1da70e - fix build with newer math/gmp in ports tree. Newer versions of gmp do not
define __gmp_const. This patch addresses the compile time errors with an
  ifndef.

while here:
- trim Makefile header
- remove indefinite article from COMMENT
- remove deprecated attribution from pkg-descr and make tab -> space change
  in WWW field

PR:		176229
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	maintainer (implicit, because the port was broken)
2013-02-18 18:22:10 +00:00

7 lines
329 B
Text

This is a port of MLton, the whole-program optimizing Standard ML
Compiler. MLton runs on a variety of platforms, generates excellent
code, has a fast C FFI, profiling, and many useful libraries,
including an interface to the GNU multiprecision library. For more
information, go to the MLton home page.
WWW: http://mlton.org/