Thu Sep 21 13:56:59 2017 UTC ()
ocaml: Fix PKGMANDIR.

Add a PRINT_PLIST_AWK to help avoid this being removed again in the future,
though with all the PLIST_VARS used it's still difficult to keep updated.  It
is probably worth splitting the vars into individual PLIST files instead.


(jperkin)
diff -r1.113 -r1.114 pkgsrc/lang/ocaml/Makefile
diff -r1.41 -r1.42 pkgsrc/lang/ocaml/PLIST

cvs diff -r1.113 -r1.114 pkgsrc/lang/ocaml/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/ocaml/Makefile 2017/09/08 09:12:44 1.113
+++ pkgsrc/lang/ocaml/Makefile 2017/09/21 13:56:59 1.114
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.113 2017/09/08 09:12:44 jaapb Exp $ 1# $NetBSD: Makefile,v 1.114 2017/09/21 13:56:59 jperkin Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5#PKGREVISION= 3 5#PKGREVISION= 3
6 6
7CONFIGURE_ENV+= disable_x11=yes 7CONFIGURE_ENV+= disable_x11=yes
8 8
9BUILD_TARGET= world 9BUILD_TARGET= world
10MAKE_JOBS_SAFE= no 10MAKE_JOBS_SAFE= no
11UNLIMIT_RESOURCES= stacksize 11UNLIMIT_RESOURCES= stacksize
12 12
13USE_GCC_RUNTIME= yes 13USE_GCC_RUNTIME= yes
14 14
@@ -80,26 +80,28 @@ EXTRA_RT_LIBS.*= @@ -80,26 +80,28 @@ EXTRA_RT_LIBS.*=
80 80
81SUBST_CLASSES+= extra-rt-libs 81SUBST_CLASSES+= extra-rt-libs
82SUBST_FILES.extra-rt-libs= bytecomp/bytelink.ml 82SUBST_FILES.extra-rt-libs= bytecomp/bytelink.ml
83SUBST_SED.extra-rt-libs+= -e 's,@EXTRA_RT_LIBS@,${EXTRA_RT_LIBS},g' 83SUBST_SED.extra-rt-libs+= -e 's,@EXTRA_RT_LIBS@,${EXTRA_RT_LIBS},g'
84SUBST_STAGE.extra-rt-libs= pre-configure 84SUBST_STAGE.extra-rt-libs= pre-configure
85 85
86SUBST_CLASSES+= linkopts 86SUBST_CLASSES+= linkopts
87SUBST_FILES.linkopts= configure 87SUBST_FILES.linkopts= configure
88SUBST_SED.linkopts+= -e '\|bytecclinkopts=|s|""|"${LDFLAGS}"|' 88SUBST_SED.linkopts+= -e '\|bytecclinkopts=|s|""|"${LDFLAGS}"|'
89SUBST_SED.linkopts+= -e "\|nativecclinkopts=|s|''|\"${LDFLAGS:C/-Wl,//}\"|" 89SUBST_SED.linkopts+= -e "\|nativecclinkopts=|s|''|\"${LDFLAGS:C/-Wl,//}\"|"
90SUBST_STAGE.linkopts= pre-configure 90SUBST_STAGE.linkopts= pre-configure
91SUBST_MESSAGE.linkopts= Honor LDFLAGS. 91SUBST_MESSAGE.linkopts= Honor LDFLAGS.
92 92
 93PRINT_PLIST_AWK+= { gsub(/lib\/ocaml\/${PKGMANDIR:S|/|\\/|}/, "lib/ocaml/$${PKGMANDIR}"); }
 94
93do-test: 95do-test:
94 cd ${WRKSRC}/testsuite && ${MAKE_PROGRAM} all 96 cd ${WRKSRC}/testsuite && ${MAKE_PROGRAM} all
95 97
96post-install: 98post-install:
97 set -e ; cd ${DESTDIR}${PREFIX}/lib/ocaml/${PKGMANDIR}/man1; \ 99 set -e ; cd ${DESTDIR}${PREFIX}/lib/ocaml/${PKGMANDIR}/man1; \
98 for m in *; do \ 100 for m in *; do \
99 ln -s ${PREFIX}/lib/ocaml/${PKGMANDIR}/man1/$$m \ 101 ln -s ${PREFIX}/lib/ocaml/${PKGMANDIR}/man1/$$m \
100 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$$m; \ 102 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$$m; \
101 done 103 done
102 104
103.include "../../mk/dlopen.buildlink3.mk" 105.include "../../mk/dlopen.buildlink3.mk"
104.include "../../mk/termcap.buildlink3.mk" 106.include "../../mk/termcap.buildlink3.mk"
105.include "../../mk/bsd.pkg.mk" 107.include "../../mk/bsd.pkg.mk"

cvs diff -r1.41 -r1.42 pkgsrc/lang/ocaml/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/ocaml/PLIST 2017/09/08 09:12:44 1.41
+++ pkgsrc/lang/ocaml/PLIST 2017/09/21 13:56:59 1.42
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.41 2017/09/08 09:12:44 jaapb Exp $ 1@comment $NetBSD: PLIST,v 1.42 2017/09/21 13:56:59 jperkin Exp $
2bin/ocaml 2bin/ocaml
3bin/ocamlc 3bin/ocamlc
4bin/ocamlc.byte 4bin/ocamlc.byte
5${PLIST.ocaml-opt}bin/ocamlc.opt 5${PLIST.ocaml-opt}bin/ocamlc.opt
6bin/ocamlcp 6bin/ocamlcp
7bin/ocamlcp.byte 7bin/ocamlcp.byte
8${PLIST.ocaml-opt}bin/ocamlcp.opt 8${PLIST.ocaml-opt}bin/ocamlcp.opt
9bin/ocamldebug 9bin/ocamldebug
10bin/ocamldep 10bin/ocamldep
11bin/ocamldep.byte 11bin/ocamldep.byte
12${PLIST.ocaml-opt}bin/ocamldep.opt 12${PLIST.ocaml-opt}bin/ocamldep.opt
13bin/ocamldoc 13bin/ocamldoc
14${PLIST.ocaml-opt}bin/ocamldoc.opt 14${PLIST.ocaml-opt}bin/ocamldoc.opt
@@ -1387,199 +1387,199 @@ lib/ocaml/list.cmti @@ -1387,199 +1387,199 @@ lib/ocaml/list.cmti
1387${PLIST.ocaml-opt}lib/ocaml/list.cmx 1387${PLIST.ocaml-opt}lib/ocaml/list.cmx
1388lib/ocaml/list.ml 1388lib/ocaml/list.ml
1389lib/ocaml/list.mli 1389lib/ocaml/list.mli
1390${PLIST.ocaml-prof}lib/ocaml/list.p.cmt 1390${PLIST.ocaml-prof}lib/ocaml/list.p.cmt
1391${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/list.p.cmx 1391${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/list.p.cmx
1392lib/ocaml/listLabels.cmi 1392lib/ocaml/listLabels.cmi
1393lib/ocaml/listLabels.cmt 1393lib/ocaml/listLabels.cmt
1394lib/ocaml/listLabels.cmti 1394lib/ocaml/listLabels.cmti
1395${PLIST.ocaml-opt}lib/ocaml/listLabels.cmx 1395${PLIST.ocaml-opt}lib/ocaml/listLabels.cmx
1396lib/ocaml/listLabels.ml 1396lib/ocaml/listLabels.ml
1397lib/ocaml/listLabels.mli 1397lib/ocaml/listLabels.mli
1398${PLIST.ocaml-prof}lib/ocaml/listLabels.p.cmt 1398${PLIST.ocaml-prof}lib/ocaml/listLabels.p.cmt
1399${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/listLabels.p.cmx 1399${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/listLabels.p.cmx
1400lib/ocaml/man/man1/ocaml.1 1400lib/ocaml/${PKGMANDIR}/man1/ocaml.1
1401lib/ocaml/man/man1/ocamlc.1 1401lib/ocaml/${PKGMANDIR}/man1/ocamlc.1
1402lib/ocaml/man/man1/ocamlc.opt.1 1402lib/ocaml/${PKGMANDIR}/man1/ocamlc.opt.1
1403lib/ocaml/man/man1/ocamlcp.1 1403lib/ocaml/${PKGMANDIR}/man1/ocamlcp.1
1404lib/ocaml/man/man1/ocamldebug.1 1404lib/ocaml/${PKGMANDIR}/man1/ocamldebug.1
1405lib/ocaml/man/man1/ocamldep.1 1405lib/ocaml/${PKGMANDIR}/man1/ocamldep.1
1406lib/ocaml/man/man1/ocamldoc.1 1406lib/ocaml/${PKGMANDIR}/man1/ocamldoc.1
1407lib/ocaml/man/man1/ocamllex.1 1407lib/ocaml/${PKGMANDIR}/man1/ocamllex.1
1408lib/ocaml/man/man1/ocamlmktop.1 1408lib/ocaml/${PKGMANDIR}/man1/ocamlmktop.1
1409lib/ocaml/man/man1/ocamlopt.1 1409lib/ocaml/${PKGMANDIR}/man1/ocamlopt.1
1410lib/ocaml/man/man1/ocamlopt.opt.1 1410lib/ocaml/${PKGMANDIR}/man1/ocamlopt.opt.1
1411lib/ocaml/man/man1/ocamloptp.1 1411lib/ocaml/${PKGMANDIR}/man1/ocamloptp.1
1412lib/ocaml/man/man1/ocamlprof.1 1412lib/ocaml/${PKGMANDIR}/man1/ocamlprof.1
1413lib/ocaml/man/man1/ocamlrun.1 1413lib/ocaml/${PKGMANDIR}/man1/ocamlrun.1
1414lib/ocaml/man/man1/ocamlyacc.1 1414lib/ocaml/${PKGMANDIR}/man1/ocamlyacc.1
1415lib/ocaml/man/man3/Arg.3 1415lib/ocaml/${PKGMANDIR}/man3/Arg.3
1416lib/ocaml/man/man3/Array.3 1416lib/ocaml/${PKGMANDIR}/man3/Array.3
1417lib/ocaml/man/man3/ArrayLabels.3 1417lib/ocaml/${PKGMANDIR}/man3/ArrayLabels.3
1418lib/ocaml/man/man3/Ast_helper.3 1418lib/ocaml/${PKGMANDIR}/man3/Ast_helper.3
1419lib/ocaml/man/man3/Ast_helper.Cf.3 1419lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Cf.3
1420lib/ocaml/man/man3/Ast_helper.Ci.3 1420lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Ci.3
1421lib/ocaml/man/man3/Ast_helper.Cl.3 1421lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Cl.3
1422lib/ocaml/man/man3/Ast_helper.Const.3 1422lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Const.3
1423lib/ocaml/man/man3/Ast_helper.Csig.3 1423lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Csig.3
1424lib/ocaml/man/man3/Ast_helper.Cstr.3 1424lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Cstr.3
1425lib/ocaml/man/man3/Ast_helper.Ctf.3 1425lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Ctf.3
1426lib/ocaml/man/man3/Ast_helper.Cty.3 1426lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Cty.3
1427lib/ocaml/man/man3/Ast_helper.Exp.3 1427lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Exp.3
1428lib/ocaml/man/man3/Ast_helper.Incl.3 1428lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Incl.3
1429lib/ocaml/man/man3/Ast_helper.Mb.3 1429lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Mb.3
1430lib/ocaml/man/man3/Ast_helper.Md.3 1430lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Md.3
1431lib/ocaml/man/man3/Ast_helper.Mod.3 1431lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Mod.3
1432lib/ocaml/man/man3/Ast_helper.Mtd.3 1432lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Mtd.3
1433lib/ocaml/man/man3/Ast_helper.Mty.3 1433lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Mty.3
1434lib/ocaml/man/man3/Ast_helper.Opn.3 1434lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Opn.3
1435lib/ocaml/man/man3/Ast_helper.Pat.3 1435lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Pat.3
1436lib/ocaml/man/man3/Ast_helper.Sig.3 1436lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Sig.3
1437lib/ocaml/man/man3/Ast_helper.Str.3 1437lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Str.3
1438lib/ocaml/man/man3/Ast_helper.Te.3 1438lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Te.3
1439lib/ocaml/man/man3/Ast_helper.Typ.3 1439lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Typ.3
1440lib/ocaml/man/man3/Ast_helper.Type.3 1440lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Type.3
1441lib/ocaml/man/man3/Ast_helper.Val.3 1441lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Val.3
1442lib/ocaml/man/man3/Ast_helper.Vb.3 1442lib/ocaml/${PKGMANDIR}/man3/Ast_helper.Vb.3
1443lib/ocaml/man/man3/Ast_invariants.3 1443lib/ocaml/${PKGMANDIR}/man3/Ast_invariants.3
1444lib/ocaml/man/man3/Ast_iterator.3 1444lib/ocaml/${PKGMANDIR}/man3/Ast_iterator.3
1445lib/ocaml/man/man3/Ast_mapper.3 1445lib/ocaml/${PKGMANDIR}/man3/Ast_mapper.3
1446lib/ocaml/man/man3/Asttypes.3 1446lib/ocaml/${PKGMANDIR}/man3/Asttypes.3
1447lib/ocaml/man/man3/Attr_helper.3 1447lib/ocaml/${PKGMANDIR}/man3/Attr_helper.3
1448lib/ocaml/man/man3/Bigarray.3 1448lib/ocaml/${PKGMANDIR}/man3/Bigarray.3
1449lib/ocaml/man/man3/Bigarray.Array0.3 1449lib/ocaml/${PKGMANDIR}/man3/Bigarray.Array0.3
1450lib/ocaml/man/man3/Bigarray.Array1.3 1450lib/ocaml/${PKGMANDIR}/man3/Bigarray.Array1.3
1451lib/ocaml/man/man3/Bigarray.Array2.3 1451lib/ocaml/${PKGMANDIR}/man3/Bigarray.Array2.3
1452lib/ocaml/man/man3/Bigarray.Array3.3 1452lib/ocaml/${PKGMANDIR}/man3/Bigarray.Array3.3
1453lib/ocaml/man/man3/Bigarray.Genarray.3 1453lib/ocaml/${PKGMANDIR}/man3/Bigarray.Genarray.3
1454lib/ocaml/man/man3/Buffer.3 1454lib/ocaml/${PKGMANDIR}/man3/Buffer.3
1455lib/ocaml/man/man3/Builtin_attributes.3 1455lib/ocaml/${PKGMANDIR}/man3/Builtin_attributes.3
1456lib/ocaml/man/man3/Bytes.3 1456lib/ocaml/${PKGMANDIR}/man3/Bytes.3
1457lib/ocaml/man/man3/BytesLabels.3 1457lib/ocaml/${PKGMANDIR}/man3/BytesLabels.3
1458lib/ocaml/man/man3/Callback.3 1458lib/ocaml/${PKGMANDIR}/man3/Callback.3
1459lib/ocaml/man/man3/CamlinternalFormat.3 1459lib/ocaml/${PKGMANDIR}/man3/CamlinternalFormat.3
1460lib/ocaml/man/man3/CamlinternalFormatBasics.3 1460lib/ocaml/${PKGMANDIR}/man3/CamlinternalFormatBasics.3
1461lib/ocaml/man/man3/CamlinternalLazy.3 1461lib/ocaml/${PKGMANDIR}/man3/CamlinternalLazy.3
1462lib/ocaml/man/man3/CamlinternalMod.3 1462lib/ocaml/${PKGMANDIR}/man3/CamlinternalMod.3
1463lib/ocaml/man/man3/CamlinternalOO.3 1463lib/ocaml/${PKGMANDIR}/man3/CamlinternalOO.3
1464lib/ocaml/man/man3/Char.3 1464lib/ocaml/${PKGMANDIR}/man3/Char.3
1465lib/ocaml/man/man3/Complex.3 1465lib/ocaml/${PKGMANDIR}/man3/Complex.3
1466lib/ocaml/man/man3/Depend.3 1466lib/ocaml/${PKGMANDIR}/man3/Depend.3
1467lib/ocaml/man/man3/Depend.StringMap.3 1467lib/ocaml/${PKGMANDIR}/man3/Depend.StringMap.3
1468lib/ocaml/man/man3/Depend.StringSet.3 1468lib/ocaml/${PKGMANDIR}/man3/Depend.StringSet.3
1469lib/ocaml/man/man3/Digest.3 1469lib/ocaml/${PKGMANDIR}/man3/Digest.3
1470lib/ocaml/man/man3/Docstrings.3 1470lib/ocaml/${PKGMANDIR}/man3/Docstrings.3
1471lib/ocaml/man/man3/Ephemeron.3 1471lib/ocaml/${PKGMANDIR}/man3/Ephemeron.3
1472lib/ocaml/man/man3/Ephemeron.GenHashTable.3 1472lib/ocaml/${PKGMANDIR}/man3/Ephemeron.GenHashTable.3
1473lib/ocaml/man/man3/Ephemeron.GenHashTable.MakeSeeded.3 1473lib/ocaml/${PKGMANDIR}/man3/Ephemeron.GenHashTable.MakeSeeded.3
1474lib/ocaml/man/man3/Ephemeron.K1.3 1474lib/ocaml/${PKGMANDIR}/man3/Ephemeron.K1.3
1475lib/ocaml/man/man3/Ephemeron.K1.Make.3 1475lib/ocaml/${PKGMANDIR}/man3/Ephemeron.K1.Make.3
1476lib/ocaml/man/man3/Ephemeron.K1.MakeSeeded.3 1476lib/ocaml/${PKGMANDIR}/man3/Ephemeron.K1.MakeSeeded.3
1477lib/ocaml/man/man3/Ephemeron.K2.3 1477lib/ocaml/${PKGMANDIR}/man3/Ephemeron.K2.3
1478lib/ocaml/man/man3/Ephemeron.K2.Make.3 1478lib/ocaml/${PKGMANDIR}/man3/Ephemeron.K2.Make.3
1479lib/ocaml/man/man3/Ephemeron.K2.MakeSeeded.3 1479lib/ocaml/${PKGMANDIR}/man3/Ephemeron.K2.MakeSeeded.3
1480lib/ocaml/man/man3/Ephemeron.Kn.3 1480lib/ocaml/${PKGMANDIR}/man3/Ephemeron.Kn.3
1481lib/ocaml/man/man3/Ephemeron.Kn.Make.3 1481lib/ocaml/${PKGMANDIR}/man3/Ephemeron.Kn.Make.3
1482lib/ocaml/man/man3/Ephemeron.Kn.MakeSeeded.3 1482lib/ocaml/${PKGMANDIR}/man3/Ephemeron.Kn.MakeSeeded.3
1483lib/ocaml/man/man3/Ephemeron.S.3 1483lib/ocaml/${PKGMANDIR}/man3/Ephemeron.S.3
1484lib/ocaml/man/man3/Ephemeron.SeededS.3 1484lib/ocaml/${PKGMANDIR}/man3/Ephemeron.SeededS.3
1485lib/ocaml/man/man3/Filename.3 1485lib/ocaml/${PKGMANDIR}/man3/Filename.3
1486lib/ocaml/man/man3/Format.3 1486lib/ocaml/${PKGMANDIR}/man3/Format.3
1487lib/ocaml/man/man3/Gc.3 1487lib/ocaml/${PKGMANDIR}/man3/Gc.3
1488lib/ocaml/man/man3/Genlex.3 1488lib/ocaml/${PKGMANDIR}/man3/Genlex.3
1489lib/ocaml/man/man3/Hashtbl.3 1489lib/ocaml/${PKGMANDIR}/man3/Hashtbl.3
1490lib/ocaml/man/man3/Hashtbl.HashedType.3 1490lib/ocaml/${PKGMANDIR}/man3/Hashtbl.HashedType.3
1491lib/ocaml/man/man3/Hashtbl.Make.3 1491lib/ocaml/${PKGMANDIR}/man3/Hashtbl.Make.3
1492lib/ocaml/man/man3/Hashtbl.MakeSeeded.3 1492lib/ocaml/${PKGMANDIR}/man3/Hashtbl.MakeSeeded.3
1493lib/ocaml/man/man3/Hashtbl.S.3 1493lib/ocaml/${PKGMANDIR}/man3/Hashtbl.S.3
1494lib/ocaml/man/man3/Hashtbl.SeededHashedType.3 1494lib/ocaml/${PKGMANDIR}/man3/Hashtbl.SeededHashedType.3
1495lib/ocaml/man/man3/Hashtbl.SeededS.3 1495lib/ocaml/${PKGMANDIR}/man3/Hashtbl.SeededS.3
1496lib/ocaml/man/man3/Int32.3 1496lib/ocaml/${PKGMANDIR}/man3/Int32.3
1497lib/ocaml/man/man3/Int64.3 1497lib/ocaml/${PKGMANDIR}/man3/Int64.3
1498lib/ocaml/man/man3/Lazy.3 1498lib/ocaml/${PKGMANDIR}/man3/Lazy.3
1499lib/ocaml/man/man3/Lexer.3 1499lib/ocaml/${PKGMANDIR}/man3/Lexer.3
1500lib/ocaml/man/man3/Lexing.3 1500lib/ocaml/${PKGMANDIR}/man3/Lexing.3
1501lib/ocaml/man/man3/List.3 1501lib/ocaml/${PKGMANDIR}/man3/List.3
1502lib/ocaml/man/man3/ListLabels.3 1502lib/ocaml/${PKGMANDIR}/man3/ListLabels.3
1503lib/ocaml/man/man3/Location.3 1503lib/ocaml/${PKGMANDIR}/man3/Location.3
1504lib/ocaml/man/man3/Longident.3 1504lib/ocaml/${PKGMANDIR}/man3/Longident.3
1505lib/ocaml/man/man3/Map.3 1505lib/ocaml/${PKGMANDIR}/man3/Map.3
1506lib/ocaml/man/man3/Map.Make.3 1506lib/ocaml/${PKGMANDIR}/man3/Map.Make.3
1507lib/ocaml/man/man3/Map.OrderedType.3 1507lib/ocaml/${PKGMANDIR}/man3/Map.OrderedType.3
1508lib/ocaml/man/man3/Map.S.3 1508lib/ocaml/${PKGMANDIR}/man3/Map.S.3
1509lib/ocaml/man/man3/Marshal.3 1509lib/ocaml/${PKGMANDIR}/man3/Marshal.3
1510lib/ocaml/man/man3/MoreLabels.3 1510lib/ocaml/${PKGMANDIR}/man3/MoreLabels.3
1511lib/ocaml/man/man3/MoreLabels.Hashtbl.3 1511lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Hashtbl.3
1512lib/ocaml/man/man3/MoreLabels.Hashtbl.HashedType.3 1512lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Hashtbl.HashedType.3
1513lib/ocaml/man/man3/MoreLabels.Hashtbl.Make.3 1513lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Hashtbl.Make.3
1514lib/ocaml/man/man3/MoreLabels.Hashtbl.MakeSeeded.3 1514lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Hashtbl.MakeSeeded.3
1515lib/ocaml/man/man3/MoreLabels.Hashtbl.S.3 1515lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Hashtbl.S.3
1516lib/ocaml/man/man3/MoreLabels.Hashtbl.SeededHashedType.3 1516lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Hashtbl.SeededHashedType.3
1517lib/ocaml/man/man3/MoreLabels.Hashtbl.SeededS.3 1517lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Hashtbl.SeededS.3
1518lib/ocaml/man/man3/MoreLabels.Map.3 1518lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Map.3
1519lib/ocaml/man/man3/MoreLabels.Map.Make.3 1519lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Map.Make.3
1520lib/ocaml/man/man3/MoreLabels.Map.OrderedType.3 1520lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Map.OrderedType.3
1521lib/ocaml/man/man3/MoreLabels.Map.S.3 1521lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Map.S.3
1522lib/ocaml/man/man3/MoreLabels.Set.3 1522lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Set.3
1523lib/ocaml/man/man3/MoreLabels.Set.Make.3 1523lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Set.Make.3
1524lib/ocaml/man/man3/MoreLabels.Set.OrderedType.3 1524lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Set.OrderedType.3
1525lib/ocaml/man/man3/MoreLabels.Set.S.3 1525lib/ocaml/${PKGMANDIR}/man3/MoreLabels.Set.S.3
1526lib/ocaml/man/man3/Nativeint.3 1526lib/ocaml/${PKGMANDIR}/man3/Nativeint.3
1527lib/ocaml/man/man3/Num.3 1527lib/ocaml/${PKGMANDIR}/man3/Num.3
1528lib/ocaml/man/man3/Obj.3 1528lib/ocaml/${PKGMANDIR}/man3/Obj.3
1529lib/ocaml/man/man3/Obj.Ephemeron.3 1529lib/ocaml/${PKGMANDIR}/man3/Obj.Ephemeron.3
1530lib/ocaml/man/man3/Oo.3 1530lib/ocaml/${PKGMANDIR}/man3/Oo.3
1531lib/ocaml/man/man3/Parse.3 1531lib/ocaml/${PKGMANDIR}/man3/Parse.3
1532lib/ocaml/man/man3/Parser.3 1532lib/ocaml/${PKGMANDIR}/man3/Parser.3
1533lib/ocaml/man/man3/Parsetree.3 1533lib/ocaml/${PKGMANDIR}/man3/Parsetree.3
1534lib/ocaml/man/man3/Parsing.3 1534lib/ocaml/${PKGMANDIR}/man3/Parsing.3
1535lib/ocaml/man/man3/Pervasives.3 1535lib/ocaml/${PKGMANDIR}/man3/Pervasives.3
1536lib/ocaml/man/man3/Pervasives.LargeFile.3 1536lib/ocaml/${PKGMANDIR}/man3/Pervasives.LargeFile.3
1537lib/ocaml/man/man3/Pprintast.3 1537lib/ocaml/${PKGMANDIR}/man3/Pprintast.3
1538lib/ocaml/man/man3/Printast.3 1538lib/ocaml/${PKGMANDIR}/man3/Printast.3
1539lib/ocaml/man/man3/Printexc.3 1539lib/ocaml/${PKGMANDIR}/man3/Printexc.3
1540lib/ocaml/man/man3/Printexc.Slot.3 1540lib/ocaml/${PKGMANDIR}/man3/Printexc.Slot.3
1541lib/ocaml/man/man3/Printf.3 1541lib/ocaml/${PKGMANDIR}/man3/Printf.3
1542lib/ocaml/man/man3/Queue.3 1542lib/ocaml/${PKGMANDIR}/man3/Queue.3
1543lib/ocaml/man/man3/Random.3 1543lib/ocaml/${PKGMANDIR}/man3/Random.3
1544lib/ocaml/man/man3/Random.State.3 1544lib/ocaml/${PKGMANDIR}/man3/Random.State.3
1545lib/ocaml/man/man3/Scanf.3 1545lib/ocaml/${PKGMANDIR}/man3/Scanf.3
1546lib/ocaml/man/man3/Scanf.Scanning.3 1546lib/ocaml/${PKGMANDIR}/man3/Scanf.Scanning.3
1547lib/ocaml/man/man3/Set.3 1547lib/ocaml/${PKGMANDIR}/man3/Set.3
1548lib/ocaml/man/man3/Set.Make.3 1548lib/ocaml/${PKGMANDIR}/man3/Set.Make.3
1549lib/ocaml/man/man3/Set.OrderedType.3 1549lib/ocaml/${PKGMANDIR}/man3/Set.OrderedType.3
1550lib/ocaml/man/man3/Set.S.3 1550lib/ocaml/${PKGMANDIR}/man3/Set.S.3
1551lib/ocaml/man/man3/Sort.3 1551lib/ocaml/${PKGMANDIR}/man3/Sort.3
1552lib/ocaml/man/man3/Spacetime.3 1552lib/ocaml/${PKGMANDIR}/man3/Spacetime.3
1553lib/ocaml/man/man3/Spacetime.Series.3 1553lib/ocaml/${PKGMANDIR}/man3/Spacetime.Series.3
1554lib/ocaml/man/man3/Spacetime.Snapshot.3 1554lib/ocaml/${PKGMANDIR}/man3/Spacetime.Snapshot.3
1555lib/ocaml/man/man3/Stack.3 1555lib/ocaml/${PKGMANDIR}/man3/Stack.3
1556lib/ocaml/man/man3/StdLabels.3 1556lib/ocaml/${PKGMANDIR}/man3/StdLabels.3
1557lib/ocaml/man/man3/StdLabels.Array.3 1557lib/ocaml/${PKGMANDIR}/man3/StdLabels.Array.3
1558lib/ocaml/man/man3/StdLabels.Bytes.3 1558lib/ocaml/${PKGMANDIR}/man3/StdLabels.Bytes.3
1559lib/ocaml/man/man3/StdLabels.List.3 1559lib/ocaml/${PKGMANDIR}/man3/StdLabels.List.3
1560lib/ocaml/man/man3/StdLabels.String.3 1560lib/ocaml/${PKGMANDIR}/man3/StdLabels.String.3
1561lib/ocaml/man/man3/Str.3 1561lib/ocaml/${PKGMANDIR}/man3/Str.3
1562lib/ocaml/man/man3/Stream.3 1562lib/ocaml/${PKGMANDIR}/man3/Stream.3
1563lib/ocaml/man/man3/String.3 1563lib/ocaml/${PKGMANDIR}/man3/String.3
1564lib/ocaml/man/man3/StringLabels.3 1564lib/ocaml/${PKGMANDIR}/man3/StringLabels.3
1565lib/ocaml/man/man3/Syntaxerr.3 1565lib/ocaml/${PKGMANDIR}/man3/Syntaxerr.3
1566lib/ocaml/man/man3/Sys.3 1566lib/ocaml/${PKGMANDIR}/man3/Sys.3
1567lib/ocaml/man/man3/Uchar.3 1567lib/ocaml/${PKGMANDIR}/man3/Uchar.3
1568lib/ocaml/man/man3/Unix.3 1568lib/ocaml/${PKGMANDIR}/man3/Unix.3
1569lib/ocaml/man/man3/Unix.LargeFile.3 1569lib/ocaml/${PKGMANDIR}/man3/Unix.LargeFile.3
1570lib/ocaml/man/man3/Weak.3 1570lib/ocaml/${PKGMANDIR}/man3/Weak.3
1571lib/ocaml/man/man3/Weak.Make.3 1571lib/ocaml/${PKGMANDIR}/man3/Weak.Make.3
1572lib/ocaml/man/man3/Weak.S.3 1572lib/ocaml/${PKGMANDIR}/man3/Weak.S.3
1573lib/ocaml/map.cmi 1573lib/ocaml/map.cmi
1574lib/ocaml/map.cmt 1574lib/ocaml/map.cmt
1575lib/ocaml/map.cmti 1575lib/ocaml/map.cmti
1576${PLIST.ocaml-opt}lib/ocaml/map.cmx 1576${PLIST.ocaml-opt}lib/ocaml/map.cmx
1577lib/ocaml/map.ml 1577lib/ocaml/map.ml
1578lib/ocaml/map.mli 1578lib/ocaml/map.mli
1579${PLIST.ocaml-prof}lib/ocaml/map.p.cmt 1579${PLIST.ocaml-prof}lib/ocaml/map.p.cmt
1580${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/map.p.cmx 1580${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/map.p.cmx
1581lib/ocaml/marshal.cmi 1581lib/ocaml/marshal.cmi
1582lib/ocaml/marshal.cmt 1582lib/ocaml/marshal.cmt
1583lib/ocaml/marshal.cmti 1583lib/ocaml/marshal.cmti
1584${PLIST.ocaml-opt}lib/ocaml/marshal.cmx 1584${PLIST.ocaml-opt}lib/ocaml/marshal.cmx
1585lib/ocaml/marshal.ml 1585lib/ocaml/marshal.ml