The main change is that ppx rewriters can now specify when they should be applied. The package also uses dune.
13 lines
529 B
Makefile
13 lines
529 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2018/11/27 17:02:50 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-migrate-parsetree
|
|
|
|
.if !defined(OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK)
|
|
OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-migrate-parsetree+= ocaml-migrate-parsetree>=1.0.1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-migrate-parsetree+= ocaml-migrate-parsetree>=1.1.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-migrate-parsetree?= ../../devel/ocaml-migrate-parsetree
|
|
.endif # OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-migrate-parsetree
|