Пакет mosml: Информация
Исходный пакет: mosml
Версия: 2.10.1-alt3
Собран: 6 ноября 2024 г. 22:25
Категория: Разработка/ML
Сообщить об ошибке в пакетеДомашняя страница: http://mosml.org/
Лицензия: GPL
О пакете: Moscow ML
Описание:
Moscow ML provides a light-weight implementation of full Standard ML,
including Modules and some extensions. Standard ML is a strict
functional language widely used in teaching and research.
Moscow ML is based on the Caml Light system, which gives fast
compilation and modest storage consumption.
* The full SML Modules language (structures, signatures, and functors)
is now supported, thanks to Claudio Russo.
* Also, several extensions to the SML Modules language are provided:
- higher-order functors: functors may be defined within structures
and functors
- first-class modules: structures and functors may be packed and
then handled as Core language values, which may then be unpacked
as structures or functors again
- recursive modules: signatures and structures may be recursively
defined
* Despite that improvements, Moscow ML remains backwards compatible.
* Value polymorphism has become friendlier: non-generalizable free
type variables are left free, and become instantiated (once only)
when the bound variable is used
* Added facilities for creating and communicating with subprocesses
(structure Unix and Signal from SML Basis Library).
* Added facilities for efficient functional generation of HTML code
(structure Msp); also supports the writing of ML Server Page scripts.
* Added facilities setting and accessing `cookies' in CGI scripts
(structure Mosmlcookie), thanks to Hans Molin, Uppsala, Sweden.
* The Gdimage structure now produces PNG images (using Thomas
Boutell's gd library).Список бинарных RPM-пакетов, собираемых из данного SRPM:
mosml (loongarch64)
mosml-debuginfo (loongarch64)
mosml (loongarch64)
mosml-debuginfo (loongarch64)
Сопровождающий: Andrey Bergman
Последнее изменение
5 ноября 2024 г. Andrey Bergman 2.10.1-alt3
- Fix C standard in configure script to C 89.
9 октября 2018 г. Andrey Bergman 2.10.1-alt2
- Add unpackaged files.
3 сентября 2016 г. Andrey Bergman 2.10.1-alt1
- Initial release for Sisyphus.