Thu Apr 5 10:45:05 2018 UTC ()
Updated package devel/ocaml-re to version 1.7.3.

This modifies the internal structure of the package, but there are no
major API changes.


(jaapb)
diff -r1.13 -r1.14 pkgsrc/devel/ocaml-re/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/ocaml-re/PLIST
diff -r1.6 -r1.7 pkgsrc/devel/ocaml-re/buildlink3.mk
diff -r1.4 -r1.5 pkgsrc/devel/ocaml-re/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/ocaml-re/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-re/Makefile 2018/01/10 16:53:10 1.13
+++ pkgsrc/devel/ocaml-re/Makefile 2018/04/05 10:45:05 1.14
@@ -1,24 +1,21 @@ @@ -1,24 +1,21 @@
1# $NetBSD: Makefile,v 1.13 2018/01/10 16:53:10 jaapb Exp $ 1# $NetBSD: Makefile,v 1.14 2018/04/05 10:45:05 jaapb Exp $
2 2
3VERSION= 1.7.1 3VERSION= 1.7.3
4GITHUB_PROJECT= ocaml-re 4GITHUB_PROJECT= ocaml-re
5DISTNAME= ${GITHUB_PROJECT}-${VERSION} 5DISTNAME= ${GITHUB_PROJECT}-${VERSION}
6PKGREVISION= 3 
7CATEGORIES= devel 6CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}
9 8
10MAINTAINER= jaapb@NetBSD.org 9MAINTAINER= jaapb@NetBSD.org
11HOMEPAGE= https://github.com/ocaml/ocaml-re/ 10HOMEPAGE= https://github.com/ocaml/ocaml-re/
12COMMENT= Pure OCaml regular expression library 11COMMENT= Pure OCaml regular expression library
13LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
14 13
15USE_TOOLS+= gmake 14INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/re/emacs ${OCAML_SITELIBDIR}/re/glob \
16OCAML_USE_OASIS= yes 15 ${OCAML_SITELIBDIR}/re/pcre ${OCAML_SITELIBDIR}/re/perl \
17CONFIGURE_ARGS+= --docdir ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} 16 ${OCAML_SITELIBDIR}/re/posix ${OCAML_SITELIBDIR}/re/str \
18 17 share/doc/re
19post-build: 18OCAML_USE_JBUILDER= yes
20 ${RUN} cd ${WRKSRC} && \ 
21 ${SETENV} ${MAKE_ENV} ${OASIS_EXEC} -doc ${OASIS_BUILD_ARGS} 
22 19
23.include "../../mk/ocaml.mk" 20.include "../../mk/ocaml.mk"
24.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/ocaml-re/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-re/PLIST 2017/09/28 09:15:24 1.3
+++ pkgsrc/devel/ocaml-re/PLIST 2018/04/05 10:45:05 1.4
@@ -1,107 +1,143 @@ @@ -1,107 +1,143 @@
1@comment $NetBSD: PLIST,v 1.3 2017/09/28 09:15:24 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/04/05 10:45:05 jaapb Exp $
2${OCAML_SITELIB}/re/META 2${OCAML_SITELIB}/re/META
 3${OCAML_SITELIB}/re/automata.ml
 4${OCAML_SITELIB}/re/automata.mli
 5${OCAML_SITELIB}/re/category.ml
 6${OCAML_SITELIB}/re/category.mli
 7${OCAML_SITELIB}/re/core.ml
 8${OCAML_SITELIB}/re/core.mli
 9${OCAML_SITELIB}/re/cset.ml
 10${OCAML_SITELIB}/re/cset.mli
 11${OCAML_SITELIB}/re/emacs.ml
 12${OCAML_SITELIB}/re/emacs.mli
 13${OCAML_SITELIB}/re/emacs/re.emacs.dune
 14${PLIST.ocaml-opt}${OCAML_SITELIB}/re/emacs/re_emacs.a
 15${OCAML_SITELIB}/re/emacs/re_emacs.cma
 16${OCAML_SITELIB}/re/emacs/re_emacs.cmi
 17${OCAML_SITELIB}/re/emacs/re_emacs.cmt
 18${PLIST.ocaml-opt}${OCAML_SITELIB}/re/emacs/re_emacs.cmx
 19${PLIST.ocaml-opt}${OCAML_SITELIB}/re/emacs/re_emacs.cmxa
 20${PLIST.ocaml-opt}${OCAML_SITELIB}/re/emacs/re_emacs.cmxs
 21${OCAML_SITELIB}/re/emacs/re_emacs.ml
 22${OCAML_SITELIB}/re/fmt.ml
 23${OCAML_SITELIB}/re/glob.ml
 24${OCAML_SITELIB}/re/glob.mli
 25${OCAML_SITELIB}/re/glob/re.glob.dune
 26${PLIST.ocaml-opt}${OCAML_SITELIB}/re/glob/re_glob.a
 27${OCAML_SITELIB}/re/glob/re_glob.cma
 28${OCAML_SITELIB}/re/glob/re_glob.cmi
 29${OCAML_SITELIB}/re/glob/re_glob.cmt
 30${PLIST.ocaml-opt}${OCAML_SITELIB}/re/glob/re_glob.cmx
 31${PLIST.ocaml-opt}${OCAML_SITELIB}/re/glob/re_glob.cmxa
 32${PLIST.ocaml-opt}${OCAML_SITELIB}/re/glob/re_glob.cmxs
 33${OCAML_SITELIB}/re/glob/re_glob.ml
 34${OCAML_SITELIB}/re/opam
 35${OCAML_SITELIB}/re/pcre.ml
 36${OCAML_SITELIB}/re/pcre.mli
 37${OCAML_SITELIB}/re/pcre/re.pcre.dune
 38${PLIST.ocaml-opt}${OCAML_SITELIB}/re/pcre/re_pcre.a
 39${OCAML_SITELIB}/re/pcre/re_pcre.cma
 40${OCAML_SITELIB}/re/pcre/re_pcre.cmi
 41${OCAML_SITELIB}/re/pcre/re_pcre.cmt
 42${PLIST.ocaml-opt}${OCAML_SITELIB}/re/pcre/re_pcre.cmx
 43${PLIST.ocaml-opt}${OCAML_SITELIB}/re/pcre/re_pcre.cmxa
 44${PLIST.ocaml-opt}${OCAML_SITELIB}/re/pcre/re_pcre.cmxs
 45${OCAML_SITELIB}/re/pcre/re_pcre.ml
 46${OCAML_SITELIB}/re/perl.ml
 47${OCAML_SITELIB}/re/perl.mli
 48${OCAML_SITELIB}/re/perl/re.perl.dune
 49${PLIST.ocaml-opt}${OCAML_SITELIB}/re/perl/re_perl.a
 50${OCAML_SITELIB}/re/perl/re_perl.cma
 51${OCAML_SITELIB}/re/perl/re_perl.cmi
 52${OCAML_SITELIB}/re/perl/re_perl.cmt
 53${PLIST.ocaml-opt}${OCAML_SITELIB}/re/perl/re_perl.cmx
 54${PLIST.ocaml-opt}${OCAML_SITELIB}/re/perl/re_perl.cmxa
 55${PLIST.ocaml-opt}${OCAML_SITELIB}/re/perl/re_perl.cmxs
 56${OCAML_SITELIB}/re/perl/re_perl.ml
 57${OCAML_SITELIB}/re/pmark.ml
 58${OCAML_SITELIB}/re/pmark.mli
 59${OCAML_SITELIB}/re/posix.ml
 60${OCAML_SITELIB}/re/posix.mli
 61${OCAML_SITELIB}/re/posix/re.posix.dune
 62${PLIST.ocaml-opt}${OCAML_SITELIB}/re/posix/re_posix.a
 63${OCAML_SITELIB}/re/posix/re_posix.cma
 64${OCAML_SITELIB}/re/posix/re_posix.cmi
 65${OCAML_SITELIB}/re/posix/re_posix.cmt
 66${PLIST.ocaml-opt}${OCAML_SITELIB}/re/posix/re_posix.cmx
 67${PLIST.ocaml-opt}${OCAML_SITELIB}/re/posix/re_posix.cmxa
 68${PLIST.ocaml-opt}${OCAML_SITELIB}/re/posix/re_posix.cmxs
 69${OCAML_SITELIB}/re/posix/re_posix.ml
3${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.a 70${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.a
4${OCAML_SITELIB}/re/re.annot 
5${OCAML_SITELIB}/re/re.cma 71${OCAML_SITELIB}/re/re.cma
6${OCAML_SITELIB}/re/re.cmi 72${OCAML_SITELIB}/re/re.cmi
7${OCAML_SITELIB}/re/re.cmt 73${OCAML_SITELIB}/re/re.cmt
8${OCAML_SITELIB}/re/re.cmti 74${PLIST.ocaml-opt}${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmx
9${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmx 
10${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxa 75${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxa
11${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxs 76${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re.cmxs
12${OCAML_SITELIB}/re/re.mli 77${OCAML_SITELIB}/re/re.dune
13${OCAML_SITELIB}/re/re_automata.cmx 78${OCAML_SITELIB}/re/re.ml
14${OCAML_SITELIB}/re/re_cset.cmx 79${OCAML_SITELIB}/re/re__.cmi
15${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_emacs.a 80${OCAML_SITELIB}/re/re__.cmt
16${OCAML_SITELIB}/re/re_emacs.annot 81${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__.cmx
17${OCAML_SITELIB}/re/re_emacs.cma 82${OCAML_SITELIB}/re/re__.ml-gen
18${OCAML_SITELIB}/re/re_emacs.cmi 83${OCAML_SITELIB}/re/re__Automata.cmi
19${OCAML_SITELIB}/re/re_emacs.cmt 84${OCAML_SITELIB}/re/re__Automata.cmt
20${OCAML_SITELIB}/re/re_emacs.cmti 85${OCAML_SITELIB}/re/re__Automata.cmti
21${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_emacs.cmx 86${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Automata.cmx
22${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_emacs.cmxa 87${OCAML_SITELIB}/re/re__Category.cmi
23${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_emacs.cmxs 88${OCAML_SITELIB}/re/re__Category.cmt
24${OCAML_SITELIB}/re/re_emacs.mli 89${OCAML_SITELIB}/re/re__Category.cmti
25${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_fmt.cmx 90${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Category.cmx
26${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_glob.a 91${OCAML_SITELIB}/re/re__Core.cmi
27${OCAML_SITELIB}/re/re_glob.annot 92${OCAML_SITELIB}/re/re__Core.cmt
28${OCAML_SITELIB}/re/re_glob.cma 93${OCAML_SITELIB}/re/re__Core.cmti
29${OCAML_SITELIB}/re/re_glob.cmi 94${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Core.cmx
30${OCAML_SITELIB}/re/re_glob.cmt 95${OCAML_SITELIB}/re/re__Cset.cmi
31${OCAML_SITELIB}/re/re_glob.cmti 96${OCAML_SITELIB}/re/re__Cset.cmt
32${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_glob.cmx 97${OCAML_SITELIB}/re/re__Cset.cmti
33${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_glob.cmxa 98${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Cset.cmx
34${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_glob.cmxs 99${OCAML_SITELIB}/re/re__Emacs.cmi
35${OCAML_SITELIB}/re/re_glob.mli 100${OCAML_SITELIB}/re/re__Emacs.cmt
36${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_pcre.a 101${OCAML_SITELIB}/re/re__Emacs.cmti
37${OCAML_SITELIB}/re/re_pcre.annot 102${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Emacs.cmx
38${OCAML_SITELIB}/re/re_pcre.cma 103${OCAML_SITELIB}/re/re__Fmt.cmi
39${OCAML_SITELIB}/re/re_pcre.cmi 104${OCAML_SITELIB}/re/re__Fmt.cmt
40${OCAML_SITELIB}/re/re_pcre.cmt 105${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Fmt.cmx
41${OCAML_SITELIB}/re/re_pcre.cmti 106${OCAML_SITELIB}/re/re__Glob.cmi
42${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_pcre.cmx 107${OCAML_SITELIB}/re/re__Glob.cmt
43${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_pcre.cmxa 108${OCAML_SITELIB}/re/re__Glob.cmti
44${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_pcre.cmxs 109${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Glob.cmx
45${OCAML_SITELIB}/re/re_pcre.mli 110${OCAML_SITELIB}/re/re__Pcre.cmi
46${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_perl.a 111${OCAML_SITELIB}/re/re__Pcre.cmt
47${OCAML_SITELIB}/re/re_perl.annot 112${OCAML_SITELIB}/re/re__Pcre.cmti
48${OCAML_SITELIB}/re/re_perl.cma 113${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Pcre.cmx
49${OCAML_SITELIB}/re/re_perl.cmi 114${OCAML_SITELIB}/re/re__Perl.cmi
50${OCAML_SITELIB}/re/re_perl.cmt 115${OCAML_SITELIB}/re/re__Perl.cmt
51${OCAML_SITELIB}/re/re_perl.cmti 116${OCAML_SITELIB}/re/re__Perl.cmti
52${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_perl.cmx 117${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Perl.cmx
53${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_perl.cmxa 118${OCAML_SITELIB}/re/re__Pmark.cmi
54${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_perl.cmxs 119${OCAML_SITELIB}/re/re__Pmark.cmt
55${OCAML_SITELIB}/re/re_perl.mli 120${OCAML_SITELIB}/re/re__Pmark.cmti
56${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.a 121${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Pmark.cmx
57${OCAML_SITELIB}/re/re_posix.annot 122${OCAML_SITELIB}/re/re__Posix.cmi
58${OCAML_SITELIB}/re/re_posix.cma 123${OCAML_SITELIB}/re/re__Posix.cmt
59${OCAML_SITELIB}/re/re_posix.cmi 124${OCAML_SITELIB}/re/re__Posix.cmti
60${OCAML_SITELIB}/re/re_posix.cmt 125${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Posix.cmx
61${OCAML_SITELIB}/re/re_posix.cmti 126${OCAML_SITELIB}/re/re__Str.cmi
62${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.cmx 127${OCAML_SITELIB}/re/re__Str.cmt
63${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.cmxa 128${OCAML_SITELIB}/re/re__Str.cmti
64${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_posix.cmxs 129${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re__Str.cmx
65${OCAML_SITELIB}/re/re_posix.mli 130${OCAML_SITELIB}/re/str.ml
66${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.a 131${OCAML_SITELIB}/re/str.mli
67${OCAML_SITELIB}/re/re_str.annot 132${OCAML_SITELIB}/re/str/re.str.dune
68${OCAML_SITELIB}/re/re_str.cma 133${PLIST.ocaml-opt}${OCAML_SITELIB}/re/str/re_str.a
69${OCAML_SITELIB}/re/re_str.cmi 134${OCAML_SITELIB}/re/str/re_str.cma
70${OCAML_SITELIB}/re/re_str.cmt 135${OCAML_SITELIB}/re/str/re_str.cmi
71${OCAML_SITELIB}/re/re_str.cmti 136${OCAML_SITELIB}/re/str/re_str.cmt
72${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmx 137${PLIST.ocaml-opt}${OCAML_SITELIB}/re/str/re_str.cmx
73${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxa 138${PLIST.ocaml-opt}${OCAML_SITELIB}/re/str/re_str.cmxa
74${PLIST.ocaml-opt}${OCAML_SITELIB}/re/re_str.cmxs 139${PLIST.ocaml-opt}${OCAML_SITELIB}/re/str/re_str.cmxs
75${OCAML_SITELIB}/re/re_str.mli 140${OCAML_SITELIB}/re/str/re_str.ml
76share/doc/ocaml-re/api/Re.Group.html 141share/doc/re/CHANGES.md
77share/doc/ocaml-re/api/Re.Mark.Set.html 142share/doc/re/LICENSE.md
78share/doc/ocaml-re/api/Re.Mark.html 143share/doc/re/README.md
79share/doc/ocaml-re/api/Re.html 
80share/doc/ocaml-re/api/Re_emacs.html 
81share/doc/ocaml-re/api/Re_glob.html 
82share/doc/ocaml-re/api/Re_pcre.html 
83share/doc/ocaml-re/api/Re_perl.html 
84share/doc/ocaml-re/api/Re_posix.html 
85share/doc/ocaml-re/api/Re_str.html 
86share/doc/ocaml-re/api/index.html 
87share/doc/ocaml-re/api/index_attributes.html 
88share/doc/ocaml-re/api/index_class_types.html 
89share/doc/ocaml-re/api/index_classes.html 
90share/doc/ocaml-re/api/index_exceptions.html 
91share/doc/ocaml-re/api/index_extensions.html 
92share/doc/ocaml-re/api/index_methods.html 
93share/doc/ocaml-re/api/index_module_types.html 
94share/doc/ocaml-re/api/index_modules.html 
95share/doc/ocaml-re/api/index_types.html 
96share/doc/ocaml-re/api/index_values.html 
97share/doc/ocaml-re/api/style.css 
98share/doc/ocaml-re/api/type_Re.Group.html 
99share/doc/ocaml-re/api/type_Re.Mark.Set.html 
100share/doc/ocaml-re/api/type_Re.Mark.html 
101share/doc/ocaml-re/api/type_Re.html 
102share/doc/ocaml-re/api/type_Re_emacs.html 
103share/doc/ocaml-re/api/type_Re_glob.html 
104share/doc/ocaml-re/api/type_Re_pcre.html 
105share/doc/ocaml-re/api/type_Re_perl.html 
106share/doc/ocaml-re/api/type_Re_posix.html 
107share/doc/ocaml-re/api/type_Re_str.html 

cvs diff -r1.6 -r1.7 pkgsrc/devel/ocaml-re/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-re/buildlink3.mk 2018/01/10 16:53:10 1.6
+++ pkgsrc/devel/ocaml-re/buildlink3.mk 2018/04/05 10:45:05 1.7
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.6 2018/01/10 16:53:10 jaapb Exp $ 1# $NetBSD: buildlink3.mk,v 1.7 2018/04/05 10:45:05 jaapb Exp $
2 2
3BUILDLINK_TREE+= ocaml-re 3BUILDLINK_TREE+= ocaml-re
4 4
5.if !defined(OCAML_RE_BUILDLINK3_MK) 5.if !defined(OCAML_RE_BUILDLINK3_MK)
6OCAML_RE_BUILDLINK3_MK:= 6OCAML_RE_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ocaml-re+= ocaml-re>=1.6.0 8BUILDLINK_API_DEPENDS.ocaml-re+= ocaml-re>=1.6.0
9BUILDLINK_ABI_DEPENDS.ocaml-re+= ocaml-re>=1.7.1nb3 9BUILDLINK_ABI_DEPENDS.ocaml-re+= ocaml-re>=1.7.3
10BUILDLINK_PKGSRCDIR.ocaml-re?= ../../devel/ocaml-re 10BUILDLINK_PKGSRCDIR.ocaml-re?= ../../devel/ocaml-re
11.endif # OCAML_RE_BUILDLINK3_MK 11.endif # OCAML_RE_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -ocaml-re 13BUILDLINK_TREE+= -ocaml-re

cvs diff -r1.4 -r1.5 pkgsrc/devel/ocaml-re/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ocaml-re/distinfo 2017/07/11 10:13:14 1.4
+++ pkgsrc/devel/ocaml-re/distinfo 2018/04/05 10:45:05 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/07/11 10:13:14 jaapb Exp $ 1$NetBSD: distinfo,v 1.5 2018/04/05 10:45:05 jaapb Exp $
2 2
3SHA1 (ocaml-re-1.7.1.tar.gz) = b292aa7a98c863f5cf8eb7a0f9576a2333f3d749 3SHA1 (ocaml-re-1.7.3.tar.gz) = 59d2fdb470f37df2fe7d952683ff2dcb8ddccd74
4RMD160 (ocaml-re-1.7.1.tar.gz) = 2514bfad9be870a5c8c5b4bdb5386d07ae4bf275 4RMD160 (ocaml-re-1.7.3.tar.gz) = add7f087920a10345caea430973b495a1024a69a
5SHA512 (ocaml-re-1.7.1.tar.gz) = 0df5b0db4c8ab7017576516adbd8edf2e7774afbdca63383cbdb0f2f2b023efb7215366a6679c8810f3b70d542e0181e6b6d4a212b30531cb5d0bef0a6033747 5SHA512 (ocaml-re-1.7.3.tar.gz) = 3d161cb46fa0e855bfbae29b5b769f0054b51e4021f8a66ff8d6a9eee257ba4b02ab7202337d35c4ed2a033560a7b69676525f32cb18406881bed2e68db2ca55
6Size (ocaml-re-1.7.1.tar.gz) = 132948 bytes 6Size (ocaml-re-1.7.3.tar.gz) = 81668 bytes