Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37661289
en ru br
ALT Linux repos
S:1.3.1-alt1
5.0: 1.3.0-alt1

Group :: Development/ML
RPM: camlmix

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: camlmix
Version: 1.3.1
Release: alt1
Summary: Generic preprocessor for OCaml program with embedded text.

Group: Development/ML
License: BSD
Url: https://github.com/mjambon/camlmix
Source: %name-%version.tar
BuildRequires: ocaml

%description
Camlmix is a generic preprocessor which converts text with embedded
OCaml into an OCaml program with embedded text. It produces text
documents from one or several templates. Camlmix is not a Camlp4 syntax
extension.

%prep
%setup -q

%build
make

%install
mkdir -p %buildroot%_bindir
%makeinstall PREFIX=%buildroot%_prefix

%files
%doc LICENSE
%_bindir/*

%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