pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-typerep Added devel/ocaml-typerep, a libra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f398f21c885c
branches:  trunk
changeset: 321210:f398f21c885c
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Mar 19 09:56:34 2019 +0000

description:
Added devel/ocaml-typerep, a library for runtime types in OCaml.

diffstat:

 devel/ocaml-typerep/DESCR         |   1 +
 devel/ocaml-typerep/Makefile      |  19 +++++++++
 devel/ocaml-typerep/PLIST         |  76 +++++++++++++++++++++++++++++++++++++++
 devel/ocaml-typerep/buildlink3.mk |  13 ++++++
 devel/ocaml-typerep/distinfo      |   6 +++
 5 files changed, 115 insertions(+), 0 deletions(-)

diffs (135 lines):

diff -r e0068a4056f4 -r f398f21c885c devel/ocaml-typerep/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-typerep/DESCR Tue Mar 19 09:56:34 2019 +0000
@@ -0,0 +1,1 @@
+Typerep is a library for runtime types.
diff -r e0068a4056f4 -r f398f21c885c devel/ocaml-typerep/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-typerep/Makefile      Tue Mar 19 09:56:34 2019 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/03/19 09:56:34 jaapb Exp $
+
+GITHUB_PROJECT=        typerep
+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/typerep/
+COMMENT=       Runtime types for OCaml
+LICENSE=       mit
+
+OCAML_USE_DUNE=        yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0068a4056f4 -r f398f21c885c devel/ocaml-typerep/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-typerep/PLIST Tue Mar 19 09:56:34 2019 +0000
@@ -0,0 +1,76 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/19 09:56:34 jaapb Exp $
+${OCAML_SITELIB}/typerep/META
+${OCAML_SITELIB}/typerep/dune-package
+${OCAML_SITELIB}/typerep/make_typename.ml
+${OCAML_SITELIB}/typerep/make_typename.mli
+${OCAML_SITELIB}/typerep/named_intf.ml
+${OCAML_SITELIB}/typerep/opam
+${OCAML_SITELIB}/typerep/std.ml
+${OCAML_SITELIB}/typerep/std_internal.ml
+${OCAML_SITELIB}/typerep/std_internal.mli
+${OCAML_SITELIB}/typerep/type_abstract.ml
+${OCAML_SITELIB}/typerep/type_abstract.mli
+${OCAML_SITELIB}/typerep/type_equal.ml
+${OCAML_SITELIB}/typerep/type_equal.mli
+${OCAML_SITELIB}/typerep/type_generic.ml
+${OCAML_SITELIB}/typerep/type_generic.mli
+${OCAML_SITELIB}/typerep/type_generic_intf.ml
+${OCAML_SITELIB}/typerep/typename.ml
+${OCAML_SITELIB}/typerep/typename.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib.a
+${OCAML_SITELIB}/typerep/typerep_lib.cma
+${OCAML_SITELIB}/typerep/typerep_lib.cmi
+${OCAML_SITELIB}/typerep/typerep_lib.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib.cmxs
+${OCAML_SITELIB}/typerep/typerep_lib.ml
+${OCAML_SITELIB}/typerep/typerep_lib__Make_typename.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Make_typename.cmt
+${OCAML_SITELIB}/typerep/typerep_lib__Make_typename.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Make_typename.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Named_intf.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Named_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Named_intf.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Std.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Std.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Std.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Std_internal.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Std_internal.cmt
+${OCAML_SITELIB}/typerep/typerep_lib__Std_internal.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Std_internal.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Type_abstract.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Type_abstract.cmt
+${OCAML_SITELIB}/typerep/typerep_lib__Type_abstract.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Type_abstract.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Type_equal.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Type_equal.cmt
+${OCAML_SITELIB}/typerep/typerep_lib__Type_equal.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Type_equal.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Type_generic.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Type_generic.cmt
+${OCAML_SITELIB}/typerep/typerep_lib__Type_generic.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Type_generic.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Type_generic_intf.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Type_generic_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Type_generic_intf.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Typename.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Typename.cmt
+${OCAML_SITELIB}/typerep/typerep_lib__Typename.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Typename.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Typerep_obj.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Typerep_obj.cmt
+${OCAML_SITELIB}/typerep/typerep_lib__Typerep_obj.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Typerep_obj.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Typerepable.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Typerepable.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Typerepable.cmx
+${OCAML_SITELIB}/typerep/typerep_lib__Variant_and_record_intf.cmi
+${OCAML_SITELIB}/typerep/typerep_lib__Variant_and_record_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/typerep/typerep_lib__Variant_and_record_intf.cmx
+${OCAML_SITELIB}/typerep/typerep_obj.ml
+${OCAML_SITELIB}/typerep/typerep_obj.mli
+${OCAML_SITELIB}/typerep/typerepable.ml
+${OCAML_SITELIB}/typerep/variant_and_record_intf.ml
+share/doc/typerep/CHANGES.md
+share/doc/typerep/LICENSE.md
diff -r e0068a4056f4 -r f398f21c885c devel/ocaml-typerep/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-typerep/buildlink3.mk Tue Mar 19 09:56:34 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 09:56:34 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-typerep
+
+.if !defined(OCAML_TYPEREP_BUILDLINK3_MK)
+OCAML_TYPEREP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-typerep+=  ocaml-typerep>=0.12.0
+BUILDLINK_PKGSRCDIR.ocaml-typerep?=    ../../devel/ocaml-typerep
+
+.endif # OCAML_TYPEREP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-typerep
diff -r e0068a4056f4 -r f398f21c885c devel/ocaml-typerep/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-typerep/distinfo      Tue Mar 19 09:56:34 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/19 09:56:34 jaapb Exp $
+
+SHA1 (typerep-0.12.0.tar.gz) = b81c812ed022b66cb951f644445189001e2ffb56
+RMD160 (typerep-0.12.0.tar.gz) = 89560d76b4c7e3d1ed23b84b2c5fc00ed9d4c1ca
+SHA512 (typerep-0.12.0.tar.gz) = 47316630d5547f140c19636c4fe014357bb49e9cab0caa9cee69a1a14f5da722220fe1c49f1ac064b20d20e85a8c5b327a7eb07a9e88bcffe7e5f5d34d5ac6d2
+Size (typerep-0.12.0.tar.gz) = 22769 bytes



Home | Main Index | Thread Index | Old Index