pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-int_repr



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu May  5 07:02:21 UTC 2022

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

Log Message:
Created package devel/ocaml-int_repr, version 0.15.0.

This is a package that combines the several representations of integers
of different width in OCaml for ease of use. Needed as a dependency of
the new version of devel/ocaml-base_bigstring.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-int_repr/DESCR \
    pkgsrc/devel/ocaml-int_repr/Makefile pkgsrc/devel/ocaml-int_repr/PLIST \
    pkgsrc/devel/ocaml-int_repr/buildlink3.mk \
    pkgsrc/devel/ocaml-int_repr/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-int_repr/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-int_repr/DESCR:1.1
--- /dev/null   Thu May  5 07:02:21 2022
+++ pkgsrc/devel/ocaml-int_repr/DESCR   Thu May  5 07:02:21 2022
@@ -0,0 +1,2 @@
+This is an OCaml package that brings together the several
+representation of integers of different width.
Index: pkgsrc/devel/ocaml-int_repr/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-int_repr/Makefile:1.1
--- /dev/null   Thu May  5 07:02:21 2022
+++ pkgsrc/devel/ocaml-int_repr/Makefile        Thu May  5 07:02:21 2022
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2022/05/05 07:02:21 jaapb Exp $
+
+DISTNAME=      ${GITHUB_PROJECT}-0.15.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+GITHUB_PROJECT=        int_repr
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/int_repr/
+COMMENT=       Integers of various widths in OCaml
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+OCAML_USE_DUNE=        yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppx_jane/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ocaml-int_repr/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-int_repr/PLIST:1.1
--- /dev/null   Thu May  5 07:02:21 2022
+++ pkgsrc/devel/ocaml-int_repr/PLIST   Thu May  5 07:02:21 2022
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/05 07:02:21 jaapb Exp $
+${OCAML_SITELIB}/int_repr/META
+${OCAML_SITELIB}/int_repr/dune-package
+${PLIST.ocaml-opt}${OCAML_SITELIB}/int_repr/int_repr.a
+${OCAML_SITELIB}/int_repr/int_repr.cma
+${OCAML_SITELIB}/int_repr/int_repr.cmi
+${OCAML_SITELIB}/int_repr/int_repr.cmt
+${OCAML_SITELIB}/int_repr/int_repr.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/int_repr/int_repr.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/int_repr/int_repr.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/int_repr/int_repr.cmxs
+${OCAML_SITELIB}/int_repr/int_repr.ml
+${OCAML_SITELIB}/int_repr/int_repr.mli
+${OCAML_SITELIB}/int_repr/opam
+share/doc/int_repr/LICENSE.md
Index: pkgsrc/devel/ocaml-int_repr/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-int_repr/buildlink3.mk:1.1
--- /dev/null   Thu May  5 07:02:21 2022
+++ pkgsrc/devel/ocaml-int_repr/buildlink3.mk   Thu May  5 07:02:21 2022
@@ -0,0 +1,31 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/05/05 07:02:21 jaapb Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.18.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed.  Please do not commit
+# XXX unverified buildlink3.mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX  BUILDLINK_DEPMETHOD.ocaml-int_repr?=    build
+
+BUILDLINK_TREE+=       ocaml-int_repr
+
+.if !defined(OCAML_INT_REPR_BUILDLINK3_MK)
+OCAML_INT_REPR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-int_repr+= ocaml-int_repr>=0.15.0
+BUILDLINK_PKGSRCDIR.ocaml-int_repr?=   ../../devel/ocaml-int_repr
+
+# XXX
+# XXX Uncomment and keep only the buildlink3 lines below which are directly
+# XXX needed for dependencies to compile, link, and run.  If this package
+# XXX provides a wrappered API or otherwise does not expose the APIs of the
+# XXX buildlink3 lines below to dependencies, remove them.
+# XXX
+#.include "../../devel/ocaml-base/buildlink3.mk"
+#.include "../../devel/ocaml-ppx_jane/buildlink3.mk"
+.endif # OCAML_INT_REPR_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-int_repr
Index: pkgsrc/devel/ocaml-int_repr/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-int_repr/distinfo:1.1
--- /dev/null   Thu May  5 07:02:21 2022
+++ pkgsrc/devel/ocaml-int_repr/distinfo        Thu May  5 07:02:21 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/05 07:02:21 jaapb Exp $
+
+BLAKE2s (int_repr-0.15.0.tar.gz) = 339ff29016b9c56e20bc8e6b5494d77d5efacaae59d3ce9144685db3766a621d
+SHA512 (int_repr-0.15.0.tar.gz) = 96537591fc597264347f967757df979344224f84594949bca96b40298e4ae1d7b28b40f3705ad4f85e3801724c6388fc048271216703b81fda0e56a314f3e88f
+Size (int_repr-0.15.0.tar.gz) = 9105 bytes



Home | Main Index | Thread Index | Old Index