diff options
author | jaapb <jaapb@pkgsrc.org> | 2017-09-08 13:04:44 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2017-09-08 13:04:44 +0000 |
commit | eb8c6df5c53ee6905a25c7cec77d87e6259af1fc (patch) | |
tree | 57128df19e2ef75152cd2bfc660a2d3c1b379eb8 /devel | |
parent | d9e9af3aa13c2e3331992728a9602ef0273c3845 (diff) | |
download | pkgsrc-eb8c6df5c53ee6905a25c7cec77d87e6259af1fc.tar.gz |
Added package ocaml-lwt_glib, a split-off from ocaml-lwt.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-lwt_glib/DESCR | 1 | ||||
-rw-r--r-- | devel/ocaml-lwt_glib/Makefile | 19 | ||||
-rw-r--r-- | devel/ocaml-lwt_glib/PLIST | 14 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/ocaml-lwt_glib/DESCR b/devel/ocaml-lwt_glib/DESCR new file mode 100644 index 00000000000..f8a0728c66b --- /dev/null +++ b/devel/ocaml-lwt_glib/DESCR @@ -0,0 +1 @@ +This is a module that adds SSL support to ocaml-lwt. diff --git a/devel/ocaml-lwt_glib/Makefile b/devel/ocaml-lwt_glib/Makefile new file mode 100644 index 00000000000..8993013d006 --- /dev/null +++ b/devel/ocaml-lwt_glib/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2017/09/08 13:04:44 jaapb Exp $ + +.include "../../devel/ocaml-lwt/Makefile.common" + +PKGNAME= ocaml-lwt_glib-1.1.0 +CATEGORIES= devel + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= https://github.com/ocsigen/lwt/ +COMMENT= Glib module for ocaml-lwt + +CONFLICTS= ocaml-lwt<3.0.0 + +JBUILDER_BUILD_TARGETS= lwt_glib + +.include "../../mk/ocaml.mk" +.include "../../devel/ocaml-lwt/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ocaml-lwt_glib/PLIST b/devel/ocaml-lwt_glib/PLIST new file mode 100644 index 00000000000..87fee0e5b06 --- /dev/null +++ b/devel/ocaml-lwt_glib/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/08 13:04:44 jaapb Exp $ +${OCAML_SITELIB}/lwt_glib/META +${OCAML_SITELIB}/lwt_glib/dlllwt_glib_stubs.so +${OCAML_SITELIB}/lwt_glib/liblwt_glib_stubs.a +${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.a +${OCAML_SITELIB}/lwt_glib/lwt_glib.annot +${OCAML_SITELIB}/lwt_glib/lwt_glib.cma +${OCAML_SITELIB}/lwt_glib/lwt_glib.cmi +${OCAML_SITELIB}/lwt_glib/lwt_glib.cmt +${OCAML_SITELIB}/lwt_glib/lwt_glib.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.cmxs +${OCAML_SITELIB}/lwt_glib/lwt_glib.mli |