summaryrefslogtreecommitdiff
path: root/devel/ocaml-ppx_core
diff options
context:
space:
mode:
authorjaapb <jaapb>2016-03-04 15:22:01 +0000
committerjaapb <jaapb>2016-03-04 15:22:01 +0000
commita8739612430215bb5161ca92b5643ef4de814ad8 (patch)
tree3529647d34981a1835cafdbc54a7dfa063751bd3 /devel/ocaml-ppx_core
parent81ceb8732f921249225dab86666c0e633cd4f9c2 (diff)
downloadpkgsrc-a8739612430215bb5161ca92b5643ef4de814ad8.tar.gz
Added package devel/ppx_core version 113.24.00, a standard library for
ppx rewriters.
Diffstat (limited to 'devel/ocaml-ppx_core')
-rw-r--r--devel/ocaml-ppx_core/DESCR6
-rw-r--r--devel/ocaml-ppx_core/Makefile23
-rw-r--r--devel/ocaml-ppx_core/PLIST24
-rw-r--r--devel/ocaml-ppx_core/buildlink3.mk12
-rw-r--r--devel/ocaml-ppx_core/distinfo6
5 files changed, 71 insertions, 0 deletions
diff --git a/devel/ocaml-ppx_core/DESCR b/devel/ocaml-ppx_core/DESCR
new file mode 100644
index 00000000000..3c530b83423
--- /dev/null
+++ b/devel/ocaml-ppx_core/DESCR
@@ -0,0 +1,6 @@
+Ppx_core is a standard library for OCaml AST transformers. It contains:
+
+ * various auto-generated AST traversal using an open recursion scheme
+ * helpers for building AST fragments
+ * helpers for matching AST fragments
+ * a framework for dealing with attributes and extension points
diff --git a/devel/ocaml-ppx_core/Makefile b/devel/ocaml-ppx_core/Makefile
new file mode 100644
index 00000000000..b355a1a47ef
--- /dev/null
+++ b/devel/ocaml-ppx_core/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2016/03/04 15:22:01 jaapb Exp $
+
+VERSION= 113.24.00
+GITHUB_PROJECT= ppx_core
+DISTNAME= ${GITHUB_PROJECT}-${VERSION}
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= ${MASTER_SITE_GITHUB:=janestreet/ppx_core/}
+COMMENT= Standard library for OCaml ppx rewriters
+LICENSE= apache-2.0
+
+HAS_CONFIGURE= yes
+USE_LANGUAGES= # none
+
+OCAML_USE_OASIS_DYNRUN= yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-ppx_tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ocaml-ppx_core/PLIST b/devel/ocaml-ppx_core/PLIST
new file mode 100644
index 00000000000..eb8d6e00ef1
--- /dev/null
+++ b/devel/ocaml-ppx_core/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2016/03/04 15:22:01 jaapb Exp $
+bin/gen
+bin/gen_ast_builder
+bin/gen_ast_pattern
+${OCAML_SITELIB}/ppx_core/META
+${OCAML_SITELIB}/ppx_core/ast_builder.mli
+${OCAML_SITELIB}/ppx_core/ast_builder_intf.ml
+${OCAML_SITELIB}/ppx_core/ast_pattern.mli
+${OCAML_SITELIB}/ppx_core/ast_pattern0.ml
+${OCAML_SITELIB}/ppx_core/ast_traverse.mli
+${OCAML_SITELIB}/ppx_core/attribute.mli
+${OCAML_SITELIB}/ppx_core/caller_id.ml
+${OCAML_SITELIB}/ppx_core/common.mli
+${OCAML_SITELIB}/ppx_core/extension.mli
+${OCAML_SITELIB}/ppx_core/file_path.mli
+${OCAML_SITELIB}/ppx_core/name.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.a
+${OCAML_SITELIB}/ppx_core/ppx_core.cma
+${OCAML_SITELIB}/ppx_core/ppx_core.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_core/ppx_core.cmxs
+${OCAML_SITELIB}/ppx_core/spellcheck.ml
+${OCAML_SITELIB}/ppx_core/std.ml
diff --git a/devel/ocaml-ppx_core/buildlink3.mk b/devel/ocaml-ppx_core/buildlink3.mk
new file mode 100644
index 00000000000..4556bdd4a3d
--- /dev/null
+++ b/devel/ocaml-ppx_core/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/03/04 15:22:01 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-ppx_core
+
+.if !defined(OCAML_PPX_CORE_BUILDLINK3_MK)
+OCAML_PPX_CORE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-ppx_core+= ocaml-ppx_core>=113.24.00
+BUILDLINK_PKGSRCDIR.ocaml-ppx_core?= ../../devel/ocaml-ppx_core
+.endif # OCAML_PPX_CORE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-ppx_core
diff --git a/devel/ocaml-ppx_core/distinfo b/devel/ocaml-ppx_core/distinfo
new file mode 100644
index 00000000000..454ea990149
--- /dev/null
+++ b/devel/ocaml-ppx_core/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/03/04 15:22:01 jaapb Exp $
+
+SHA1 (ppx_core-113.24.00.tar.gz) = ff986f19aafe8f970b0bf6048262489131be5d8a
+RMD160 (ppx_core-113.24.00.tar.gz) = 500199b7affc7ee66bc7848879e03bb8f683b27b
+SHA512 (ppx_core-113.24.00.tar.gz) = c81bf5fee625ab91c8ad627073f1e03f98a3a230b38e58127a40a0b4fdc12ff02f25bf49d3ed2c352db5a83dc6c3e0b6931eeac3fc1f94c7221e53e920b78ef8
+Size (ppx_core-113.24.00.tar.gz) = 37382 bytes