Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37490193
en ru br
Репозитории ALT
S:1.7.8-alt2
5.1: 1.5.1-alt2
www.altlinux.org/Changes

Группа :: Разработка/ML
Пакет: ocaml-extlib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: ocaml-extlib
Version: 1.5.1
Release: alt2

Summary: extended standard library for OCaml
License: LGPL v2, with exceptions
Group: Development/ML
URL: http://code.google.com/p/ocaml-extlib/
Packager: Alexander Myltsev <avm at altlinux.ru>

Source: %name-%version.tar

Requires: ocaml-runtime
BuildRequires: findlib rpm-build-ocaml ocamldoc

%description
ExtLib is a project aiming at providing a complete - yet small - standard
library for the OCaml programming language.

The purpose of this library is to add new functions to OCaml Standard Library
modules, to modify some functions in order to get better performances or more
safety (tail-recursive) but also to provide new modules which should be useful
for the average OCaml programmer.

ExtLib contains modules implementing: enumeration over abstract collection of
elements, efficient bit sets, dynamic arrays, references on lists, Unicode
characters and UTF-8 encoded strings, additional and improved functions for
hashtables, strings, lists and option types.

%prep
%setup

%install
%define extlibdir %_libdir/ocaml/site-lib/extlib

mkdir -p %buildroot%extlibdir
ocaml install.ml -d %buildroot%extlibdir -n -b -doc
cp META.txt %buildroot%extlibdir/META

mkdir -p %buildroot%_defaultdocdir
mv %buildroot%extlibdir/extlib-doc %buildroot%_defaultdocdir/%name-%version

%files
%extlibdir
%doc %_defaultdocdir/%name-%version

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin