Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37044847
en ru br
Репозитории ALT

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

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

%define libname ocaml-compiler-libs
Name: %libname
Version: 0.12.4
Release: alt1
Summary: OCaml compiler libraries repackaged
License: Apache-2.0
Group: Development/ML
Url: https://github.com/janestreet/ocaml-compiler-libs
Source0: %name-%version.tar
BuildRequires: ocaml-findlib-devel dune

%description
This packages exposes the OCaml compiler libraries repackages under the toplevel
names Ocaml_common, Ocaml_bytecomp, ...

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

%description devel
The %name-devel package contains libraries and signature files for
developing applications that use %name.

%prep
%setup

%build
%dune_build -p %libname

%install
%dune_install

%files -f ocaml-files.runtime
%doc README.org

%files devel -f ocaml-files.devel

%changelog

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

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