summaryrefslogtreecommitdiff
path: root/devel/ocaml-ppx_sexp_conv
diff options
context:
space:
mode:
authorjaapb <jaapb>2016-03-04 15:50:18 +0000
committerjaapb <jaapb>2016-03-04 15:50:18 +0000
commitd6cab52460df7b413540089a384eca981aec6e31 (patch)
tree3eeeebd2467e794111c8319cc8600c09d0ac5eda /devel/ocaml-ppx_sexp_conv
parent6102d5541157316d9ec5ea4f350ae622878702b7 (diff)
downloadpkgsrc-d6cab52460df7b413540089a384eca981aec6e31.tar.gz
Added devel/ocaml-ppx_sexp_conv 113.24.00, a generator of S-expression
conversion functions from type definitions.
Diffstat (limited to 'devel/ocaml-ppx_sexp_conv')
-rw-r--r--devel/ocaml-ppx_sexp_conv/DESCR1
-rw-r--r--devel/ocaml-ppx_sexp_conv/Makefile23
-rw-r--r--devel/ocaml-ppx_sexp_conv/PLIST17
-rw-r--r--devel/ocaml-ppx_sexp_conv/buildlink3.mk15
-rw-r--r--devel/ocaml-ppx_sexp_conv/distinfo6
5 files changed, 62 insertions, 0 deletions
diff --git a/devel/ocaml-ppx_sexp_conv/DESCR b/devel/ocaml-ppx_sexp_conv/DESCR
new file mode 100644
index 00000000000..7f1ffa98ceb
--- /dev/null
+++ b/devel/ocaml-ppx_sexp_conv/DESCR
@@ -0,0 +1 @@
+Generation of S-expression conversion functions from type definitions.
diff --git a/devel/ocaml-ppx_sexp_conv/Makefile b/devel/ocaml-ppx_sexp_conv/Makefile
new file mode 100644
index 00000000000..d88169612d3
--- /dev/null
+++ b/devel/ocaml-ppx_sexp_conv/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2016/03/04 15:50:18 jaapb Exp $
+
+VERSION= 113.24.00
+GITHUB_PROJECT= ppx_sexp_conv
+DISTNAME= ${GITHUB_PROJECT}-${VERSION}
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= ${MASTER_SITE_GITHUB:=janestreet/ppx_sexp_conv/}
+COMMENT= Generation of S-expression conversion functions from type definitions
+LICENSE= apache-2.0
+
+HAS_CONFIGURE= yes
+USE_LANGUAGES= # none
+
+OCAML_USE_OASIS_DYNRUN= yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-ppx_core/buildlink3.mk"
+.include "../../devel/ocaml-ppx_type_conv/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ocaml-ppx_sexp_conv/PLIST b/devel/ocaml-ppx_sexp_conv/PLIST
new file mode 100644
index 00000000000..10809131206
--- /dev/null
+++ b/devel/ocaml-ppx_sexp_conv/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2016/03/04 15:50:18 jaapb Exp $
+${OCAML_SITELIB}/ppx_sexp_conv/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.a
+${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cma
+${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxs
+${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.mli
+${OCAML_SITELIB}/ppx_sexp_conv_expander/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv_expander/ppx_sexp_conv_expander.a
+${OCAML_SITELIB}/ppx_sexp_conv_expander/ppx_sexp_conv_expander.cma
+${OCAML_SITELIB}/ppx_sexp_conv_expander/ppx_sexp_conv_expander.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv_expander/ppx_sexp_conv_expander.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv_expander/ppx_sexp_conv_expander.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv_expander/ppx_sexp_conv_expander.cmxs
+${OCAML_SITELIB}/ppx_sexp_conv_expander/ppx_sexp_conv_expander.mli
diff --git a/devel/ocaml-ppx_sexp_conv/buildlink3.mk b/devel/ocaml-ppx_sexp_conv/buildlink3.mk
new file mode 100644
index 00000000000..8deff1f4d85
--- /dev/null
+++ b/devel/ocaml-ppx_sexp_conv/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/03/04 15:50:18 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.24.00
+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
diff --git a/devel/ocaml-ppx_sexp_conv/distinfo b/devel/ocaml-ppx_sexp_conv/distinfo
new file mode 100644
index 00000000000..83b37b1d129
--- /dev/null
+++ b/devel/ocaml-ppx_sexp_conv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/03/04 15:50:18 jaapb Exp $
+
+SHA1 (ppx_sexp_conv-113.24.00.tar.gz) = 52933578450189d61cf5905386bb42ba62970322
+RMD160 (ppx_sexp_conv-113.24.00.tar.gz) = 9f0c92fa715a31cb7af13f43de17d8d6237dc0ef
+SHA512 (ppx_sexp_conv-113.24.00.tar.gz) = c3ee772c5d6e89713d1c4a7fd0858cfcbc9a85e3278727db830ce0b73c0c4c9eb5fc31718644799292ee4e58da345fffa294f1b651287a09c99b7d84400bee82
+Size (ppx_sexp_conv-113.24.00.tar.gz) = 32961 bytes