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

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

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

%define ocamlmod yaml
Name: ocaml-%ocamlmod
Version: 3.0.0
Release: alt1
Summary: Parse and generate YAML 1.1 files
Group: Development/ML
License: ISC
Url: https://github.com/avsm/ocaml-yaml
Source: %name-%version.tar

BuildRequires: ocaml-dune-configurator-devel ocaml-bos-devel ocaml-ctypes-devel
BuildRequires: ocaml-ppx_sexp_conv-devel ocaml-sexplib-devel ocaml-rresult-devel
BuildRequires: ocaml-fmt-devel  ocaml-logs-devel
BuildRequires: ocaml-ppxlib-devel

%description
This is an OCaml library to parse and generate the YAML file format. It is
intended to interoperable with the Ezjsonm JSON handling library, if the simple
common subset of Yaml is used. Anchors and other advanced Yaml features are not
implemented in the JSON compatibility layer.

%package devel
Summary: Development files for %name
Group: Development/ML
Requires: %name = %EVR

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

%prep
%setup

%build
%dune_build -p %ocamlmod

%install
%dune_install %ocamlmod

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

%files devel -f ocaml-files.devel

%changelog

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

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