pkgsrc/devel/ocaml-ppx_deriving/buildlink3.mk
jaapb 3852a73128 Updated package to latest version, 4.2, and changed distribution site and
homepage URL. Changes include:

    Add support for OCaml 4.05.0.
    Use the ocaml-migrate-parsetree library to support multiple versions of OCaml.
    Fix comparison order of fields in records (#136).
    Silence an unused rec flag warning in generated code (#137).
    Monomorphize comparison function for builtin types (#115)
    Raise an error when type nonrec is encountered (#116).
    Display an error message when dynamic package loading fails.
    Add a with_path option to @@deriving to skip the module path in generated code (#120).

The homepage for the project has now moved to: https://github.com/ocaml-ppx/ppx_deriving
2017-09-08 12:21:36 +00:00

13 lines
470 B
Makefile

# $NetBSD: buildlink3.mk,v 1.4 2017/09/08 12:21:36 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_ABI_DEPENDS.ocaml-ppx_deriving+= ocaml-ppx_deriving>=4.2
BUILDLINK_PKGSRCDIR.ocaml-ppx_deriving?= ../../devel/ocaml-ppx_deriving
.endif # OCAML_PPX_DERIVING_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-ppx_deriving