Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37538091
en ru br
ALT Linux repositórios
S:1.7.8-alt2
5.0: 1.5.1-alt2

Group :: Desenvolvimento/ML
RPM: ocaml-extlib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009