summaryrefslogtreecommitdiff
path: root/devel/ocaml-lwt_react
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2017-09-08 12:58:06 +0000
committerjaapb <jaapb@pkgsrc.org>2017-09-08 12:58:06 +0000
commit9996576fc0ed89bc6012935cd6fa790dd8cb3c35 (patch)
tree7f5963ca54bf1e210862227baa5711e11425bbbf /devel/ocaml-lwt_react
parent1e15403578286039e4c551e63fc74d58c35b2c73 (diff)
downloadpkgsrc-9996576fc0ed89bc6012935cd6fa790dd8cb3c35.tar.gz
Added package ocaml-lwt_react. This is a split from ocaml-lwt.
Diffstat (limited to 'devel/ocaml-lwt_react')
-rw-r--r--devel/ocaml-lwt_react/DESCR1
-rw-r--r--devel/ocaml-lwt_react/Makefile19
-rw-r--r--devel/ocaml-lwt_react/PLIST14
-rw-r--r--devel/ocaml-lwt_react/buildlink3.mk15
4 files changed, 49 insertions, 0 deletions
diff --git a/devel/ocaml-lwt_react/DESCR b/devel/ocaml-lwt_react/DESCR
new file mode 100644
index 00000000000..f8a0728c66b
--- /dev/null
+++ b/devel/ocaml-lwt_react/DESCR
@@ -0,0 +1 @@
+This is a module that adds SSL support to ocaml-lwt.
diff --git a/devel/ocaml-lwt_react/Makefile b/devel/ocaml-lwt_react/Makefile
new file mode 100644
index 00000000000..3b6e6c770ab
--- /dev/null
+++ b/devel/ocaml-lwt_react/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/09/08 12:58:06 jaapb Exp $
+
+.include "../../devel/ocaml-lwt/Makefile.common"
+
+PKGNAME= ocaml-lwt_react-1.1.0
+CATEGORIES= devel
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= https://github.com/ocsigen/lwt/
+COMMENT= Reactive programming module for ocaml-lwt
+
+CONFLICTS= ocaml-lwt<3.0.0
+
+JBUILDER_BUILD_TARGETS= lwt_react
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-lwt/buildlink3.mk"
+.include "../../devel/ocaml-react/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ocaml-lwt_react/PLIST b/devel/ocaml-lwt_react/PLIST
new file mode 100644
index 00000000000..def47cfe9cf
--- /dev/null
+++ b/devel/ocaml-lwt_react/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/08 12:58:06 jaapb Exp $
+${OCAML_SITELIB}/lwt_react/META
+${OCAML_SITELIB}/lwt_react/opam
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.a
+${OCAML_SITELIB}/lwt_react/lwt_react.cma
+${OCAML_SITELIB}/lwt_react/lwt_react.cmi
+${OCAML_SITELIB}/lwt_react/lwt_react.cmt
+${OCAML_SITELIB}/lwt_react/lwt_react.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmxs
+${OCAML_SITELIB}/lwt_react/lwt_react.mli
+share/doc/lwt_react/CHANGES
+share/doc/lwt_react/README.md
diff --git a/devel/ocaml-lwt_react/buildlink3.mk b/devel/ocaml-lwt_react/buildlink3.mk
new file mode 100644
index 00000000000..97dbc7cd4df
--- /dev/null
+++ b/devel/ocaml-lwt_react/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/09/08 12:58:06 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-lwt_react
+
+.if !defined(OCAML_LWT_REACT_BUILDLINK3_MK)
+OCAML_LWT_REACT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-lwt_react+= ocaml-lwt_react>=1.1.0
+BUILDLINK_PKGSRCDIR.ocaml-lwt_react?= ../../devel/ocaml-lwt_react
+
+.include "../../devel/ocaml-lwt/buildlink3.mk"
+.include "../../devel/ocaml-react/buildlink3.mk"
+.endif # OCAML_LWT_REACT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-lwt_react