Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37906784
en ru br
ALT Linux repositórios
S:1.0.0-alt1

Group :: Desenvolvimento/ML
RPM: ocaml-odoc-parser

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%def_with check
%define oname odoc-parser
Name: ocaml-%oname
Version: 1.0.0
Release: alt1
Summary: Parser for ocaml documentation comments
Group: Development/ML
License: ISC
Url: https://github.com/ocaml-odoc/odoc-parser
Source0: %name-%version.tar
Patch0: %name-%version-%release.patch

BuildRequires: ocaml >= 4.13.0
BuildRequires: dune
BuildRequires: ocaml-result-devel
BuildRequires: ocaml-astring-devel
%if_with check
BuildRequires: ocaml-ppx_expect-devel
BuildRequires: ocaml-sexplib0-devel
%endif

%description
Odoc_parser is a library for parsing the contents of OCaml documentation
comments, formatted using 'odoc' syntax, an extension of the language
understood by ocamldoc.

%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
%patch0 -p1

%build
%dune_build --release  at install

%install
%dune_install

%check
%dune_check

%files -f ocaml-files.runtime

%files devel -f ocaml-files.devel

%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