pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-typerep



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar 19 09:56:34 UTC 2019

Added Files:
        pkgsrc/devel/ocaml-typerep: DESCR Makefile PLIST buildlink3.mk distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-typerep/DESCR \
    pkgsrc/devel/ocaml-typerep/Makefile pkgsrc/devel/ocaml-typerep/PLIST \
    pkgsrc/devel/ocaml-typerep/buildlink3.mk \
    pkgsrc/devel/ocaml-typerep/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ocaml-typerep/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-typerep/DESCR:1.1
--- /dev/null   Tue Mar 19 09:56:34 2019
+++ pkgsrc/devel/ocaml-typerep/DESCR    Tue Mar 19 09:56:34 2019
@@ -0,0 +1 @@
+Typerep is a library for runtime types.
Index: pkgsrc/devel/ocaml-typerep/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-typerep/Makefile:1.1
--- /dev/null   Tue Mar 19 09:56:34 2019
+++ pkgsrc/devel/ocaml-typerep/Makefile Tue Mar 19 09:56:34 2019
@@ -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"
Index: pkgsrc/devel/ocaml-typerep/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-typerep/PLIST:1.1
--- /dev/null   Tue Mar 19 09:56:34 2019
+++ pkgsrc/devel/ocaml-typerep/PLIST    Tue Mar 19 09:56:34 2019
@@ -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
Index: pkgsrc/devel/ocaml-typerep/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-typerep/buildlink3.mk:1.1
--- /dev/null   Tue Mar 19 09:56:34 2019
+++ pkgsrc/devel/ocaml-typerep/buildlink3.mk    Tue Mar 19 09:56:34 2019
@@ -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
Index: pkgsrc/devel/ocaml-typerep/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-typerep/distinfo:1.1
--- /dev/null   Tue Mar 19 09:56:34 2019
+++ pkgsrc/devel/ocaml-typerep/distinfo Tue Mar 19 09:56:34 2019
@@ -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