This is a specialised package that replaces some annotations in OCaml code. It's needed as a dependency for the new version of ppx_assert.
21 lines
545 B
Makefile
21 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/16 13:18:13 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= ppx_cold
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
DISTNAME= ${GITHUB_PROJECT}-0.13.0
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/janestreet/ppx_cold/
|
|
COMMENT= Cold path annotation translator for OCaml
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
OCAML_USE_DUNE= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../devel/ocaml-ppxlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|