36358eeabe
## 113.33.01+4.03 Remove generation of empty value bindings. ## 113.33.00+4.03 Various updates to work with OCaml 4.03.0 ## 113.33.00 - Clean up the documentation for sexplib, modernizing it to include `ppx_sexp_conv`, and breaking up the documentation between sexplib and `ppx_sexp_conv`. Also changed the formatting to use org-mode, so it will render properly on github. Markdown doesn't render well by default, unless you use quite different conventions about linebeaks.
15 lines
530 B
Makefile
15 lines
530 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2016/06/20 19:10:56 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_sexp_conv
|
|
|
|
.if !defined(OCAML_PPX_SEXP_CONV_BUILDLINK3_MK)
|
|
OCAML_PPX_SEXP_CONV_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_sexp_conv+= ocaml-ppx_sexp_conv>=113.33.01
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_conv?= ../../devel/ocaml-ppx_sexp_conv
|
|
|
|
#.include "../../devel/ocaml-ppx_core/buildlink3.mk"
|
|
#.include "../../devel/ocaml-ppx_type_conv/buildlink3.mk"
|
|
.endif # OCAML_PPX_SEXP_CONV_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_sexp_conv
|