Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045660
en ru br
ALT Linux repos
S:2.1.3-alt1

Group :: Development/ML
RPM: ocaml-opam-file-format

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ocaml-opam-file-format
Version: 2.1.3
Release: alt1
Summary: Parser and printer for the opam file syntax
Group: Development/ML
%global libname %(echo %name | sed -e 's/^ocaml-//')
License: LGPLv2 with OCaml-LGPL-linking-exception
Url: https://github.com/ocaml/opam-file-format/
Source0: %name-%version.tar
BuildRequires: ocaml dune

%description
Parser and printer for the opam file syntax.

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

%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 LICENSE

%files devel -f ocaml-files.devel
%doc LICENSE

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin