Port details on branch 2024Q1 |
- ocaml Objective Caml compiler and programming environment
- 4.14.2 lang =63 4.14.2Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@dev.thsi.be
- Port Added: unknown
- Last Update: 2024-12-27 10:37:16
- Commit Hash: 96d443a
- People watching this port, also watch:: m4, gmake, libiconv, freetype2, expat
- License: LGPL21
- WWW:
- https://ocaml.org/
- Description:
- Objective Caml is an implementation of the ML language, based on
the Caml Light dialect extended with a complete class-based object system
and a powerful module system in the style of Standard ML.
Objective Caml comprises two compilers. One generates bytecode
which is then interpreted by a C program. This compiler runs quickly,
generates compact code with moderate memory requirements, and is
portable to essentially any 32 or 64 bit Unix platform. Performance of
generated programs is quite good for a bytecoded implementation:
almost twice as fast as Caml Light 0.7. This compiler can be used
either as a standalone, batch-oriented compiler that produces
standalone programs, or as an interactive, toplevel-based system.
The other compiler generates high-performance native code for a number
of processors. Compilation takes longer and generates bigger code, but
the generated programs deliver excellent performance, while retaining
the moderate memory requirements of the bytecode compiler.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/lang/ocaml/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ocaml
- pkg install ocaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocaml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1715540552
SHA256 (ocaml-4.14.2.tar.xz) = 7819f68693e32946f93358df46a8ea6f517222681fcc6f7cb96214216cfec764
SIZE (ocaml-4.14.2.tar.xz) = 3808412
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Build
-
- archivers/ocaml-bz2
- archivers/ocaml-zip
- converters/ocaml-base64
- converters/ocaml-jsonm
- databases/ocaml-dbm
- databases/ocaml-mysql
- databases/ocaml-sqlite3
-
Deleted ports which required this port:
- for Extract
-
- for Patch
-
- archivers/ocaml-bz2
- archivers/ocaml-zip
- converters/ocaml-base64
- converters/ocaml-jsonm
- databases/ocaml-dbm
- databases/ocaml-mysql
- databases/ocaml-sqlite3
-
Deleted ports which required this port:
- for Run
-
- archivers/ocaml-bz2
- archivers/ocaml-zip
- converters/ocaml-base64
- converters/ocaml-jsonm
- databases/ocaml-dbm
- databases/ocaml-mysql
- databases/ocaml-sqlite3
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ocaml-4.14.2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
MANPAGES=on: Build and/or install manual pages
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- lang_ocaml
- USES:
- compiler:c11 cpe gmake tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|