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

Group :: Development/ML
RPM: ocaml-ppx_sexp_conv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define libname ppx_sexp_conv
Name: ocaml-%libname
Version: 0.15.0
Release: alt1
Summary: Generation of S-expression conversion functions from type definitions
License: Apache-2.0
Group: Development/ML
Url: https://github.com/janestreet/ppx_sexp_conv
Source0: %name-%version.tar
BuildRequires: dune
BuildRequires: ocaml-sexplib0-devel ocaml-ppxlib-devel ocaml-base-devel

%description
ppx_sexp_conv is a PPX syntax extension that generates code for converting OCaml
types to and from s-expressions, as defined in the =sexplib= library.

%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

%check
%dune_check

%files -f ocaml-files.runtime
%doc README.org LICENSE.md CHANGES.md


%files devel -f ocaml-files.devel

%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