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

Group :: Development/ML
RPM: cinaps

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%set_verify_elf_method textrel=relaxed
Name: cinaps
Version: 0.15.1
Release: alt1
Summary: Trivial metaprogramming tool.
License: Apache-2.0
Group: Development/ML
Url: https://github.com/ocaml-ppx/cinaps
Source0: %name-%version.tar
BuildRequires: ocaml-findlib-devel dune ocaml-re-devel

%description
Cinaps is a trivial Metaprogramming tool using the OCaml toplevel. It is based
on the same idea as expectation tests. The user write some OCaml code inside
special comments and cinaps make sure that what follows is what is printed by
the OCaml code.

%prep
%setup

%build
%dune_build -p %name

%install
%dune_install

%check
# TODO: build ppx_jane
#dune_check

%files
%doc README.org
%dir %_libdir/ocaml/%name
%_bindir/cinaps
%_libdir/ocaml/%name/META
%_libdir/ocaml/%name/dune-package
%_libdir/ocaml/%name/opam
%_libdir/ocaml/%name/runtime

%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