pkgsrc/devel/ocaml-extlib/buildlink3.mk
jaapb 2722e96b7e Updated devel/ocaml-extlib to version 1.7.8.
Changes include:
* sync with OCaml 4.12
* breaking change: ExtList.find_map type updated to match stdlib (following deprecation in previous release)
* breaking change: minimal (recommended) build of extlib now excludes Base64 module
* String: fold_left and fold_right without allocations
2021-03-08 20:36:53 +00:00

14 lines
410 B
Makefile

# $NetBSD: buildlink3.mk,v 1.10 2021/03/08 20:36:53 jaapb Exp $
BUILDLINK_TREE+= ocaml-extlib
.if !defined(OCAML_EXTLIB_BUILDLINK3_MK)
OCAML_EXTLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-extlib+= ocaml-extlib>=1.7.0
BUILDLINK_ABI_DEPENDS.ocaml-extlib+= ocaml-extlib>=1.7.8
BUILDLINK_PKGSRCDIR.ocaml-extlib?= ../../devel/ocaml-extlib
.endif # OCAML_EXTLIB_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-extlib