pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_sexp_message Added devel/ocaml-ppx_sex...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b421d70260c
branches: trunk
changeset: 331102:6b421d70260c
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Mar 12 18:38:53 2019 +0000
description:
Added devel/ocaml-ppx_sexp_message, a ppx rewriter for s-expressions
diffstat:
devel/ocaml-ppx_sexp_message/DESCR | 5 +++++
devel/ocaml-ppx_sexp_message/Makefile | 24 ++++++++++++++++++++++++
devel/ocaml-ppx_sexp_message/PLIST | 18 ++++++++++++++++++
devel/ocaml-ppx_sexp_message/buildlink3.mk | 13 +++++++++++++
devel/ocaml-ppx_sexp_message/distinfo | 6 ++++++
5 files changed, 66 insertions(+), 0 deletions(-)
diffs (86 lines):
diff -r 8647998835b1 -r 6b421d70260c devel/ocaml-ppx_sexp_message/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_sexp_message/DESCR Tue Mar 12 18:38:53 2019 +0000
@@ -0,0 +1,5 @@
+The aim of ppx_sexp_message is to ease the creation of s-expressions in OCaml.
+
+This is mainly motivated by writing error and debugging messages, where one
+needs to construct a s-expression based on various element of the context such
+as function arguments.
diff -r 8647998835b1 -r 6b421d70260c devel/ocaml-ppx_sexp_message/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_sexp_message/Makefile Tue Mar 12 18:38:53 2019 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2019/03/12 18:38:53 jaapb Exp $
+
+GITHUB_PROJECT= ppx_sexp_message
+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_sexp_message/
+COMMENT= PPX rewriter for easy construction of s-expressions
+LICENSE= mit
+
+USE_LANGUAGES= # none
+OCAML_USE_DUNE= yes
+
+.include "../../devel/ocaml-base/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/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8647998835b1 -r 6b421d70260c devel/ocaml-ppx_sexp_message/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_sexp_message/PLIST Tue Mar 12 18:38:53 2019 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/12 18:38:53 jaapb Exp $
+${OCAML_SITELIB}/ppx_sexp_message/META
+${OCAML_SITELIB}/ppx_sexp_message/dune-package
+${OCAML_SITELIB}/ppx_sexp_message/opam
+${OCAML_SITELIB}/ppx_sexp_message/ppx.exe
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.a
+${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.cma
+${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.cmi
+${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.cmt
+${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.cmxs
+${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.ml
+${OCAML_SITELIB}/ppx_sexp_message/ppx_sexp_message.mli
+share/doc/ppx_sexp_message/CHANGES.md
+share/doc/ppx_sexp_message/LICENSE.md
+share/doc/ppx_sexp_message/README.md
diff -r 8647998835b1 -r 6b421d70260c devel/ocaml-ppx_sexp_message/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_sexp_message/buildlink3.mk Tue Mar 12 18:38:53 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:38:53 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-ppx_sexp_message
+
+.if !defined(OCAML_PPX_SEXP_MESSAGE_BUILDLINK3_MK)
+OCAML_PPX_SEXP_MESSAGE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ppx_sexp_message+= ocaml-ppx_sexp_message>=0.12.0
+BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_message?= ../../devel/ocaml-ppx_sexp_message
+
+.endif # OCAML_PPX_SEXP_MESSAGE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-ppx_sexp_message
diff -r 8647998835b1 -r 6b421d70260c devel/ocaml-ppx_sexp_message/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-ppx_sexp_message/distinfo Tue Mar 12 18:38:53 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/12 18:38:53 jaapb Exp $
+
+SHA1 (ppx_sexp_message-0.12.0.tar.gz) = ecd074d228bc373efae21c53b1ae1cd998fd0d35
+RMD160 (ppx_sexp_message-0.12.0.tar.gz) = d0da4e89ca53031625a9cb46275ea7b7519a158d
+SHA512 (ppx_sexp_message-0.12.0.tar.gz) = 9f238075bcf8e894ceede8d8c4786dd7ee90ff9a9bae3142064a40ac5652c3bed85c3feec3da74bed4905457d4db0a37103cef4ec45866a43a05f3c2cedd72f2
+Size (ppx_sexp_message-0.12.0.tar.gz) = 7332 bytes
Home |
Main Index |
Thread Index |
Old Index