pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_assert Added devel/ocaml-ppx_assert, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e62b5f6a1c30
branches:  trunk
changeset: 320889:e62b5f6a1c30
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Mar 12 18:42:12 2019 +0000

description:
Added devel/ocaml-ppx_assert, a ppx rewriter for assertions

diffstat:

 devel/ocaml-ppx_assert/DESCR         |   1 +
 devel/ocaml-ppx_assert/Makefile      |  25 +++++++++++++++++++++++++
 devel/ocaml-ppx_assert/PLIST         |  32 ++++++++++++++++++++++++++++++++
 devel/ocaml-ppx_assert/buildlink3.mk |  13 +++++++++++++
 devel/ocaml-ppx_assert/distinfo      |   6 ++++++
 5 files changed, 77 insertions(+), 0 deletions(-)

diffs (97 lines):

diff -r 1af1622d26d6 -r e62b5f6a1c30 devel/ocaml-ppx_assert/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_assert/DESCR      Tue Mar 12 18:42:12 2019 +0000
@@ -0,0 +1,1 @@
+Assert-like extension nodes that raise useful errors on failure.
diff -r 1af1622d26d6 -r e62b5f6a1c30 devel/ocaml-ppx_assert/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_assert/Makefile   Tue Mar 12 18:42:12 2019 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/03/12 18:42:12 jaapb Exp $
+
+GITHUB_PROJECT=        ppx_assert
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-0.12.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/ppx_assert/
+COMMENT=       Assert-like extension nodes that raise useful errors on failure
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+OCAML_USE_DUNE=        yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppx_compare/buildlink3.mk"
+.include "../../devel/ocaml-ppx_here/buildlink3.mk"
+.include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1af1622d26d6 -r e62b5f6a1c30 devel/ocaml-ppx_assert/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_assert/PLIST      Tue Mar 12 18:42:12 2019 +0000
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/12 18:42:12 jaapb Exp $
+${OCAML_SITELIB}/ppx_assert/META
+${OCAML_SITELIB}/ppx_assert/dune-package
+${OCAML_SITELIB}/ppx_assert/opam
+${OCAML_SITELIB}/ppx_assert/ppx.exe
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/ppx_assert.a
+${OCAML_SITELIB}/ppx_assert/ppx_assert.cma
+${OCAML_SITELIB}/ppx_assert/ppx_assert.cmi
+${OCAML_SITELIB}/ppx_assert/ppx_assert.cmt
+${OCAML_SITELIB}/ppx_assert/ppx_assert.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/ppx_assert.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/ppx_assert.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/ppx_assert.cmxs
+${OCAML_SITELIB}/ppx_assert/ppx_assert.ml
+${OCAML_SITELIB}/ppx_assert/ppx_assert.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.a
+${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.cma
+${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.cmi
+${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.cmxs
+${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib.ml
+${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmi
+${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmt
+${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmx
+${OCAML_SITELIB}/ppx_assert/runtime-lib/runtime.ml
+${OCAML_SITELIB}/ppx_assert/runtime-lib/runtime.mli
+share/doc/ppx_assert/CHANGES.md
+share/doc/ppx_assert/LICENSE.md
+share/doc/ppx_assert/README.md
diff -r 1af1622d26d6 -r e62b5f6a1c30 devel/ocaml-ppx_assert/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_assert/buildlink3.mk      Tue Mar 12 18:42:12 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:42:12 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-ppx_assert
+
+.if !defined(OCAML_PPX_ASSERT_BUILDLINK3_MK)
+OCAML_PPX_ASSERT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ppx_assert+=       ocaml-ppx_assert>=0.12.0
+BUILDLINK_PKGSRCDIR.ocaml-ppx_assert?= ../../devel/ocaml-ppx_assert
+
+.endif # OCAML_PPX_ASSERT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-ppx_assert
diff -r 1af1622d26d6 -r e62b5f6a1c30 devel/ocaml-ppx_assert/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_assert/distinfo   Tue Mar 12 18:42:12 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/12 18:42:12 jaapb Exp $
+
+SHA1 (ppx_assert-0.12.0.tar.gz) = 8a8e4f9162a1e20f8e9363c6f0c0c7aaaec426fe
+RMD160 (ppx_assert-0.12.0.tar.gz) = a613e0e668e4c26f81135b35e2daf0a18d7d9aa9
+SHA512 (ppx_assert-0.12.0.tar.gz) = 2436fc0826d31968492dfd081e7f16f92c864551a4733ba1a5a9d19890774a73b2d8f903acaa45cb3c6ea938f769107290403b1ec157706009b4792bb04e9e16
+Size (ppx_assert-0.12.0.tar.gz) = 7194 bytes



Home | Main Index | Thread Index | Old Index