84480636e2
Show, eq, ord, map, iter, fold: add support for Result.result. Ppx_deriving.Arg: use Result.result instead of polymorphic variants. Ppx_deriving.sanitize: parameterize over an opened module. Add support for [@@deriving] in module type declarations. Add support for loading findlib packages instead of just files in ppx_deriving_main. Treat types explicitly qualified with Pervasives also as builtin. Compatibility with statically linked ppx drivers.
12 lines
403 B
Makefile
12 lines
403 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2016/08/17 16:00:01 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_deriving
|
|
|
|
.if !defined(OCAML_PPX_DERIVING_BUILDLINK3_MK)
|
|
OCAML_PPX_DERIVING_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_deriving+= ocaml-ppx_deriving>=4.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_deriving?= ../../devel/ocaml-ppx_deriving
|
|
.endif # OCAML_PPX_DERIVING_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_deriving
|