Updated devel/ocaml-ppxlib to version 0.26.0.

Many minor improvements and bugfixes, including support for OCaml 4.14.0.
This commit is contained in:
jaapb 2022-05-02 15:04:06 +00:00
parent 50eb43b066
commit 6c4721eb52
4 changed files with 253 additions and 35 deletions

View file

@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.13 2021/03/08 08:12:59 jaapb Exp $
# $NetBSD: Makefile,v 1.14 2022/05/02 15:04:06 jaapb Exp $
GITHUB_PROJECT= ppxlib
GITHUB_TAG= ${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-0.15.0
DISTNAME= ${GITHUB_PROJECT}-0.26.0
PKGNAME= ocaml-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-ppx/}
GITHUB_PROJECT= ppxlib
GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/ocaml-ppx/ppxlib/

View file

@ -1,12 +1,11 @@
@comment $NetBSD: PLIST,v 1.6 2020/12/10 08:57:18 jaapb Exp $
@comment $NetBSD: PLIST,v 1.7 2022/05/02 15:04:06 jaapb Exp $
${OCAML_SITELIB}/ppxlib/META
${OCAML_SITELIB}/ppxlib/ast/ast.ml
${OCAML_SITELIB}/ppxlib/ast/ast_helper_lite.ml
${OCAML_SITELIB}/ppxlib/ast/ast_helper_lite.mli
${OCAML_SITELIB}/ppxlib/ast/import.ml
${OCAML_SITELIB}/ppxlib/ast/lexer_helper.ml
${OCAML_SITELIB}/ppxlib/ast/location_helper.ml
${OCAML_SITELIB}/ppxlib/ast/misc_helper.ml
${OCAML_SITELIB}/ppxlib/ast/pprintast.ml
${OCAML_SITELIB}/ppxlib/ast/pprintast.mli
${OCAML_SITELIB}/ppxlib/ast/location_error.ml
${OCAML_SITELIB}/ppxlib/ast/location_error.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.a
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cma
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast.cmi
@ -22,26 +21,31 @@ ${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__.ml
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmt
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Import.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Import.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Import.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Lexer_helper.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Lexer_helper.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Lexer_helper.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Location_helper.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Location_helper.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Location_helper.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Misc_helper.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Misc_helper.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Misc_helper.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Pprintast.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Pprintast.cmt
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Pprintast.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Pprintast.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Location_error.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Location_error.cmt
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Location_error.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Location_error.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Stdlib0.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Stdlib0.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Stdlib0.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Versions.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Versions.cmt
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Versions.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Versions.cmx
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Warn.cmi
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Warn.cmt
${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Warn.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ast/ppxlib_ast__Warn.cmx
${OCAML_SITELIB}/ppxlib/ast/stdlib0.ml
${OCAML_SITELIB}/ppxlib/ast/versions.ml
${OCAML_SITELIB}/ppxlib/ast/versions.mli
${OCAML_SITELIB}/ppxlib/ast/warn.ml
${OCAML_SITELIB}/ppxlib/ast/warn.mli
${OCAML_SITELIB}/ppxlib/ast_builder.ml
@ -54,6 +58,212 @@ ${OCAML_SITELIB}/ppxlib/ast_pattern0.ml
${OCAML_SITELIB}/ppxlib/ast_pattern_generated.ml
${OCAML_SITELIB}/ppxlib/ast_traverse.ml
${OCAML_SITELIB}/ppxlib/ast_traverse.mli
${OCAML_SITELIB}/ppxlib/astlib/ast_402.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_403.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_404.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_405.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_406.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_407.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_408.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_409.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_410.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_411.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_412.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_413.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_414.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_metadata.ml
${OCAML_SITELIB}/ppxlib/astlib/ast_metadata.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib.a
${OCAML_SITELIB}/ppxlib/astlib/astlib.cma
${OCAML_SITELIB}/ppxlib/astlib/astlib.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib.cmxs
${OCAML_SITELIB}/ppxlib/astlib/astlib.ml
${OCAML_SITELIB}/ppxlib/astlib/astlib__.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__.ml
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_402.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_402.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_402.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_403.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_403.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_403.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_404.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_404.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_404.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_405.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_405.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_405.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_406.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_406.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_406.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_407.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_407.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_407.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_408.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_408.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_408.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_409.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_409.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_409.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_410.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_410.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_410.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_411.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_411.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_411.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_412.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_412.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_412.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_413.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_413.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_413.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_414.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_414.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_414.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_metadata.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_metadata.cmt
${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_metadata.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Ast_metadata.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Config.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Config.cmt
${OCAML_SITELIB}/ppxlib/astlib/astlib__Config.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Config.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Keyword.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Keyword.cmt
${OCAML_SITELIB}/ppxlib/astlib/astlib__Keyword.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Keyword.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Location.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Location.cmt
${OCAML_SITELIB}/ppxlib/astlib/astlib__Location.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Location.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Longident.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Longident.cmt
${OCAML_SITELIB}/ppxlib/astlib/astlib__Longident.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Longident.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_402_403.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_402_403.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_402_403.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_403_402.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_403_402.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_403_402.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_403_404.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_403_404.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_403_404.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_404_403.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_404_403.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_404_403.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_404_405.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_404_405.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_404_405.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_405_404.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_405_404.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_405_404.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_405_406.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_405_406.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_405_406.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_406_405.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_406_405.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_406_405.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_406_407.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_406_407.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_406_407.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_407_406.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_407_406.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_407_406.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_407_408.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_407_408.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_407_408.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_408_407.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_408_407.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_408_407.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_408_409.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_408_409.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_408_409.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_409_408.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_409_408.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_409_408.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_409_410.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_409_410.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_409_410.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_410_409.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_410_409.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_410_409.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_410_411.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_410_411.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_410_411.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_411_410.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_411_410.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_411_410.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_411_412.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_411_412.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_411_412.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_412_411.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_412_411.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_412_411.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_412_413.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_412_413.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_412_413.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_413_412.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_413_412.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_413_412.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_413_414.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_413_414.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_413_414.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_414_413.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_414_413.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Migrate_414_413.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Parse.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Parse.cmt
${OCAML_SITELIB}/ppxlib/astlib/astlib__Parse.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Parse.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Pprintast.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Pprintast.cmt
${OCAML_SITELIB}/ppxlib/astlib/astlib__Pprintast.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Pprintast.cmx
${OCAML_SITELIB}/ppxlib/astlib/astlib__Stdlib0.cmi
${OCAML_SITELIB}/ppxlib/astlib/astlib__Stdlib0.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/astlib/astlib__Stdlib0.cmx
${OCAML_SITELIB}/ppxlib/astlib/config.ml
${OCAML_SITELIB}/ppxlib/astlib/config.mli
${OCAML_SITELIB}/ppxlib/astlib/keyword.ml
${OCAML_SITELIB}/ppxlib/astlib/keyword.mli
${OCAML_SITELIB}/ppxlib/astlib/location.ml
${OCAML_SITELIB}/ppxlib/astlib/location.mli
${OCAML_SITELIB}/ppxlib/astlib/longident.ml
${OCAML_SITELIB}/ppxlib/astlib/longident.mli
${OCAML_SITELIB}/ppxlib/astlib/migrate_402_403.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_403_402.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_403_404.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_404_403.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_404_405.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_405_404.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_405_406.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_406_405.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_406_407.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_407_406.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_407_408.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_408_407.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_408_409.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_409_408.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_409_410.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_410_409.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_410_411.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_411_410.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_411_412.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_412_411.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_412_413.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_413_412.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_413_414.ml
${OCAML_SITELIB}/ppxlib/astlib/migrate_414_413.ml
${OCAML_SITELIB}/ppxlib/astlib/parse.ml
${OCAML_SITELIB}/ppxlib/astlib/parse.mli
${OCAML_SITELIB}/ppxlib/astlib/pprintast.ml
${OCAML_SITELIB}/ppxlib/astlib/pprintast.mli
${OCAML_SITELIB}/ppxlib/astlib/stdlib0.ml
${OCAML_SITELIB}/ppxlib/attribute.ml
${OCAML_SITELIB}/ppxlib/attribute.mli
${OCAML_SITELIB}/ppxlib/caller_id.ml
@ -63,7 +273,6 @@ ${OCAML_SITELIB}/ppxlib/code_path.ml
${OCAML_SITELIB}/ppxlib/code_path.mli
${OCAML_SITELIB}/ppxlib/common.ml
${OCAML_SITELIB}/ppxlib/common.mli
${OCAML_SITELIB}/ppxlib/compiler_specifics.ml
${OCAML_SITELIB}/ppxlib/context_free.ml
${OCAML_SITELIB}/ppxlib/context_free.mli
${OCAML_SITELIB}/ppxlib/deriving.ml
@ -80,6 +289,8 @@ ${OCAML_SITELIB}/ppxlib/file_path.mli
${OCAML_SITELIB}/ppxlib/ignore_unused_warning.ml
${OCAML_SITELIB}/ppxlib/ignore_unused_warning.mli
${OCAML_SITELIB}/ppxlib/import.ml
${OCAML_SITELIB}/ppxlib/keyword.ml
${OCAML_SITELIB}/ppxlib/keyword.mli
${OCAML_SITELIB}/ppxlib/loc.ml
${OCAML_SITELIB}/ppxlib/loc.mli
${OCAML_SITELIB}/ppxlib/location.ml
@ -166,9 +377,6 @@ ${OCAML_SITELIB}/ppxlib/ppxlib__Common.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Common.cmt
${OCAML_SITELIB}/ppxlib/ppxlib__Common.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Common.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Compiler_specifics.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Compiler_specifics.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Compiler_specifics.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Context_free.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Context_free.cmt
${OCAML_SITELIB}/ppxlib/ppxlib__Context_free.cmti
@ -200,6 +408,10 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Ignore_unused_warning.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Import.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Import.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Import.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Keyword.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Keyword.cmt
${OCAML_SITELIB}/ppxlib/ppxlib__Keyword.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Keyword.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Loc.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Loc.cmt
${OCAML_SITELIB}/ppxlib/ppxlib__Loc.cmti
@ -235,11 +447,16 @@ ${OCAML_SITELIB}/ppxlib/ppxlib__Reconcile.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Reconcile.cmt
${OCAML_SITELIB}/ppxlib/ppxlib__Reconcile.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Reconcile.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Skip_hash_bang.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Skip_hash_bang.cmt
${OCAML_SITELIB}/ppxlib/ppxlib__Skip_hash_bang.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Skip_hash_bang.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Spellcheck.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Spellcheck.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Spellcheck.cmx
${OCAML_SITELIB}/ppxlib/ppxlib__Utils.cmi
${OCAML_SITELIB}/ppxlib/ppxlib__Utils.cmt
${OCAML_SITELIB}/ppxlib/ppxlib__Utils.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/ppxlib__Utils.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/print_diff/ppxlib_print_diff.a
${OCAML_SITELIB}/ppxlib/print_diff/ppxlib_print_diff.cma
@ -279,6 +496,8 @@ ${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.ml
${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmi
${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmx
${OCAML_SITELIB}/ppxlib/skip_hash_bang.ml
${OCAML_SITELIB}/ppxlib/skip_hash_bang.mli
${OCAML_SITELIB}/ppxlib/spellcheck.ml
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/stdppx/stdppx.a
${OCAML_SITELIB}/ppxlib/stdppx/stdppx.cma
@ -288,7 +507,6 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/stdppx/stdppx.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/stdppx/stdppx.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/stdppx/stdppx.cmxs
${OCAML_SITELIB}/ppxlib/stdppx/stdppx.ml
${OCAML_SITELIB}/ppxlib/traverse/ppx.exe
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.a
${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cma
${OCAML_SITELIB}/ppxlib/traverse/ppxlib_traverse.cmi
@ -306,6 +524,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse_builtins/ppxlib_traverse_buil
${PLIST.ocaml-opt}${OCAML_SITELIB}/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmxs
${OCAML_SITELIB}/ppxlib/traverse_builtins/ppxlib_traverse_builtins.ml
${OCAML_SITELIB}/ppxlib/utils.ml
${OCAML_SITELIB}/ppxlib/utils.mli
share/doc/ppxlib/CHANGES.md
share/doc/ppxlib/HISTORY.md
share/doc/ppxlib/LICENSE.md

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.8 2020/12/10 08:57:18 jaapb Exp $
# $NetBSD: buildlink3.mk,v 1.9 2022/05/02 15:04:06 jaapb Exp $
BUILDLINK_TREE+= ocaml-ppxlib
@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppxlib
OCAML_PPXLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.3.0
BUILDLINK_ABI_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.15.0
BUILDLINK_ABI_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.26.0
BUILDLINK_PKGSRCDIR.ocaml-ppxlib?= ../../devel/ocaml-ppxlib
.endif # OCAML_PPXLIB_BUILDLINK3_MK

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 10:15:55 nia Exp $
$NetBSD: distinfo,v 1.9 2022/05/02 15:04:06 jaapb Exp $
BLAKE2s (ppxlib-0.15.0.tar.gz) = 313e4fe6492ca8d7987f690203696c9f702715d21675b74cd19aa46f75370706
SHA512 (ppxlib-0.15.0.tar.gz) = d6b849efda449938c7efbc72bc1e29548c74a74cc2acb6ec4654bbecdf2bb5fa7e99ce485578225ad91cf386aa9f6dfcd36de62686ea1bb60cad637bebe6a77d
Size (ppxlib-0.15.0.tar.gz) = 174281 bytes
BLAKE2s (ppxlib-0.26.0.tar.gz) = 330ee6e9bfc60903c80c320484da855645ff664339a41a6b0a87cd355cc15288
SHA512 (ppxlib-0.26.0.tar.gz) = 5cabfd1f97620e9d0c6bd8ee186f81dfdd69988c37c7adc460bf20b4255e80c88b13e3f1a620bbc12cbc8005400f73cb86e91c36a5cccc5de8281d33a0441c46
Size (ppxlib-0.26.0.tar.gz) = 393944 bytes