Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37699460
en ru br
ALT Linux repos
S:4.13.1-alt1
5.0: 3.10.2-alt3.1
4.1: 3.10.2-alt3
4.0: 3.09.3-alt0.1
3.0: 3.08.1-alt1

Group :: Development/ML
RPM: ocaml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ocaml-4.13-alt-mk-reqprov.patch
Download


This patch enables building of a ALT-specific utility
reqprov. This utility is used for automatic Requrements list
creation.
This is an adopted to Ocaml v4.01 version of
			ocaml-3.12.1-alt-mk-reqprov.patch.
Vkni.
------------------------------------------------------------
--- ocaml-4.13.1/tools/Makefile.orig	2021-11-02 05:59:59.046970554 +0000
+++ ocaml-4.13.1/tools/Makefile	2021-11-02 06:01:39.112825260 +0000
@@ -182,6 +182,9 @@
 clean::
 	rm -f cvt_emit.ml cvt_emit cvt_emit.exe
 
+reqprov: reqprov.cmo
+	$(CAMLC) $(LINKFLAGS) -o reqprov build_path_prefix_map.cmo config.cmo misc.cmo bytesections.cmo reqprov.cmo
+
 beforedepend:: cvt_emit.ml
 
 # Reading cmt files
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin