pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-int_repr Created package devel/ocaml-int_r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d08818b3a48f
branches:  trunk
changeset: 378674:d08818b3a48f
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu May 05 07:02:21 2022 +0000

description:
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.

diffstat:

 devel/ocaml-int_repr/DESCR         |   2 ++
 devel/ocaml-int_repr/Makefile      |  22 ++++++++++++++++++++++
 devel/ocaml-int_repr/PLIST         |  15 +++++++++++++++
 devel/ocaml-int_repr/buildlink3.mk |  31 +++++++++++++++++++++++++++++++
 devel/ocaml-int_repr/distinfo      |   5 +++++
 5 files changed, 75 insertions(+), 0 deletions(-)

diffs (95 lines):

diff -r 76f5dc4d26f5 -r d08818b3a48f devel/ocaml-int_repr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-int_repr/DESCR        Thu May 05 07:02:21 2022 +0000
@@ -0,0 +1,2 @@
+This is an OCaml package that brings together the several
+representation of integers of different width.
diff -r 76f5dc4d26f5 -r d08818b3a48f devel/ocaml-int_repr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-int_repr/Makefile     Thu May 05 07:02:21 2022 +0000
@@ -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"
diff -r 76f5dc4d26f5 -r d08818b3a48f devel/ocaml-int_repr/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-int_repr/PLIST        Thu May 05 07:02:21 2022 +0000
@@ -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
diff -r 76f5dc4d26f5 -r d08818b3a48f devel/ocaml-int_repr/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-int_repr/buildlink3.mk        Thu May 05 07:02:21 2022 +0000
@@ -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
diff -r 76f5dc4d26f5 -r d08818b3a48f devel/ocaml-int_repr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-int_repr/distinfo     Thu May 05 07:02:21 2022 +0000
@@ -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