Includes local patches for OPAM compatibility, as with the previous version ok jca@, tested by krw@ daniel@ jsg@
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
$OpenBSD: patch-cv_cvcudf_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
|
|
--- cv/cvcudf.ml.orig Tue Nov 18 11:42:46 2014
|
|
+++ cv/cvcudf.ml Mon Aug 3 18:07:28 2015
|
|
@@ -3,7 +3,7 @@
|
|
open ExtLib
|
|
open Common
|
|
|
|
-include Util.Logging(struct let label = __FILE__ end) ;;
|
|
+include Util.Logging(struct let label = "cv/cvcudf.ml" end) ;;
|
|
|
|
type tables = {
|
|
reverse_table : ((string * int), string) Hashtbl.t; (** (name,cudf_version) -> real_version *)
|