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

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

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

Name: ocaml-lwt
Version: 1.1.0
Release: alt2
Summary: OCaml lightweight thread library

Group: Development/ML
License: LGPLv2+ with exceptions
Url: http://ocsigen.org/install/lwt
Packager: Veaceslav Grecea <slavutich at altlinux.org>

Source: http://ocsigen.org/download/lwt-%version.tar.gz

# Automatically added by buildreq on Mon Sep 08 2008

BuildRequires: findlib ocamlbuild ocamldoc termutils ocaml-ssl

Requires: rpm-build-ocaml >= 1.1
BuildPreReq: rpm-build-ocaml >= 1.1

%description
Lwt is a lightweight thread library for Objective Caml.  This library
is part of the Ocsigen project.

%package doc

Summary:        Documetation files for %name
Group:          Development/ML
Requires:       %name = %version-%release


%description    doc
The %{name}-doc package contains documentation files for %name.

%prep
%setup -q -n lwt-%version

mv README README.old
iconv -f iso-8859-1 -t utf-8 < README.old > README

%build
make

%install
export OCAMLFIND_DESTDIR=%buildroot%_libdir/ocaml/site-lib
mkdir -p %buildroot%_libdir/ocaml/site-lib/lwt
make install

%files
%doc LICENSE COPYING CHANGES README VERSION
%_libdir/ocaml/site-lib/lwt/*

%files doc
%doc _build/lwt.docdir/*

%changelog

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

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