ocaml 5.4.0-ok1 source package in openKylin
Changelog
ocaml (5.4.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 13:22:41 +0800
ocaml (5.4.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 13:22:41 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | ocaml |
| File | Size | SHA-256 Checksum |
|---|---|---|
| ocaml_5.4.0.orig.tar.xz | 4.3 MiB | dfaa8a2e11c799bc1765d8bef44911406ee5f4803027190382a939f88c912266 |
| ocaml_5.4.0-ok1.debian.tar.xz | 16.7 KiB | fe4ae8cf7c5556cf0834dee24795dd941fc0175004d82dfbd87c23ee10563761 |
| ocaml_5.4.0-ok1.dsc | 2.3 KiB | d0a90dc2b75264c3805f0e9534b55a7a02f373c438798633c9b138dc9c89d17f |
OCaml 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.
.
This package contains the development files of the compiler library.
OCaml 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.
.
This package contains the runtime files of the standard library.
OCaml 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.
.
This package contains the development files of the standard library.
Objective Caml (OCaml) 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.
.
OCaml 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. It is not
available on all arches though.
.
This package contains everything needed to develop OCaml applications.
Objective Caml (OCaml) 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.
.
This package contains only the runtime system needed to run bytecode
executables. The 'ocaml' package contains the full development suite of
Objective Caml.
Objective Caml (OCaml) 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.
.
This package contains the files required to run an OCaml shell from the
command line.
Objective (OCaml) 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.
.
This package contains ocamldoc-generated documentation about libraries
provided by OCaml.
Objective Caml (OCaml) 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.
.
This package contains the sources needed to build some packages which build
depend on the OCaml source. Notice that if you want to rebuild OCaml, these
will not work, consider using the source package instead.