pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-bin_prot Added devel/ocaml-bin_prot, a bin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dd96eb16a81
branches:  trunk
changeset: 320926:9dd96eb16a81
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Mar 13 11:06:00 2019 +0000

description:
Added devel/ocaml-bin_prot, a binary protocol generator for OCaml

diffstat:

 devel/ocaml-bin_prot/DESCR         |    6 +
 devel/ocaml-bin_prot/Makefile      |   26 ++++++++
 devel/ocaml-bin_prot/PLIST         |  112 +++++++++++++++++++++++++++++++++++++
 devel/ocaml-bin_prot/buildlink3.mk |   13 ++++
 devel/ocaml-bin_prot/distinfo      |    6 +
 5 files changed, 163 insertions(+), 0 deletions(-)

diffs (183 lines):

diff -r 6bc9ff8a078a -r 9dd96eb16a81 devel/ocaml-bin_prot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-bin_prot/DESCR        Wed Mar 13 11:06:00 2019 +0000
@@ -0,0 +1,6 @@
+This library contains functionality for reading and writing OCaml-values in a
+type-safe binary protocol. It is extremely efficient, typically supporting
+type-safe marshalling and unmarshalling of even highly structured values at
+speeds sufficient to saturate a gigabit connection. The protocol is also heavily
+optimized for size, making it ideal for long-term storage of large amounts of
+data.
diff -r 6bc9ff8a078a -r 9dd96eb16a81 devel/ocaml-bin_prot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-bin_prot/Makefile     Wed Mar 13 11:06:00 2019 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/03/13 11:06:00 jaapb Exp $
+
+GITHUB_PROJECT=        bin_prot
+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/bin_prot/
+COMMENT=       Binary protocol generator for OCaml
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+OCAML_USE_DUNE=        yes
+
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppx_compare/buildlink3.mk"
+.include "../../devel/ocaml-ppx_custom_printf/buildlink3.mk"
+.include "../../devel/ocaml-ppx_fields_conv/buildlink3.mk"
+.include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
+.include "../../devel/ocaml-ppx_variants_conv/buildlink3.mk"
+
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6bc9ff8a078a -r 9dd96eb16a81 devel/ocaml-bin_prot/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-bin_prot/PLIST        Wed Mar 13 11:06:00 2019 +0000
@@ -0,0 +1,112 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/13 11:06:00 jaapb Exp $
+${OCAML_SITELIB}/bin_prot/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.a
+${OCAML_SITELIB}/bin_prot/bin_prot.cma
+${OCAML_SITELIB}/bin_prot/bin_prot.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot.cmxs
+${OCAML_SITELIB}/bin_prot/bin_prot.ml
+${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Binable.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Blob.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Blob.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Blob.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Blob.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Common.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Common.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Common.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Common.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Md5.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Md5.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Md5.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Md5.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Nat0.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Nat0.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Nat0.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Nat0.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Read.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Read.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Read.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Read.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Shape.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Shape.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Shape.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Size.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Std.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Type_class.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Utils.cmx
+${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmi
+${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmt
+${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/bin_prot__Write.cmx
+${OCAML_SITELIB}/bin_prot/binable.ml
+${OCAML_SITELIB}/bin_prot/blob.ml
+${OCAML_SITELIB}/bin_prot/blob.mli
+${OCAML_SITELIB}/bin_prot/common.ml
+${OCAML_SITELIB}/bin_prot/common.mli
+${OCAML_SITELIB}/bin_prot/dune-package
+${OCAML_SITELIB}/bin_prot/libbin_prot_stubs.a
+${OCAML_SITELIB}/bin_prot/md5.ml
+${OCAML_SITELIB}/bin_prot/md5.mli
+${OCAML_SITELIB}/bin_prot/nat0.ml
+${OCAML_SITELIB}/bin_prot/nat0.mli
+${OCAML_SITELIB}/bin_prot/opam
+${OCAML_SITELIB}/bin_prot/read.ml
+${OCAML_SITELIB}/bin_prot/read.mli
+${OCAML_SITELIB}/bin_prot/runtime.js
+${OCAML_SITELIB}/bin_prot/shape.ml
+${OCAML_SITELIB}/bin_prot/shape/bin_shape.ml
+${OCAML_SITELIB}/bin_prot/shape/bin_shape.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.a
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.cma
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.cmi
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.cmxs
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib.ml
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmi
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmt
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Bin_shape.cmx
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmi
+${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/shape/bin_shape_lib__Std.cmx
+${OCAML_SITELIB}/bin_prot/shape/std.ml
+${OCAML_SITELIB}/bin_prot/size.ml
+${OCAML_SITELIB}/bin_prot/size.mli
+${OCAML_SITELIB}/bin_prot/std.ml
+${OCAML_SITELIB}/bin_prot/type_class.ml
+${OCAML_SITELIB}/bin_prot/type_class.mli
+${OCAML_SITELIB}/bin_prot/utils.ml
+${OCAML_SITELIB}/bin_prot/utils.mli
+${OCAML_SITELIB}/bin_prot/write.ml
+${OCAML_SITELIB}/bin_prot/write.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.a
+${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cma
+${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmi
+${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.cmxs
+${OCAML_SITELIB}/bin_prot/xen/bin_prot_xen.ml
+${OCAML_SITELIB}/stublibs/dllbin_prot_stubs.so
+share/doc/bin_prot/CHANGES.md
+share/doc/bin_prot/CHANGES.txt
+share/doc/bin_prot/LICENSE-Tywith.txt
+share/doc/bin_prot/LICENSE.md
+share/doc/bin_prot/README.md
diff -r 6bc9ff8a078a -r 9dd96eb16a81 devel/ocaml-bin_prot/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-bin_prot/buildlink3.mk        Wed Mar 13 11:06:00 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/13 11:06:00 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-bin_prot
+
+.if !defined(OCAML_BIN_PROT_BUILDLINK3_MK)
+OCAML_BIN_PROT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.12.0
+BUILDLINK_PKGSRCDIR.ocaml-bin_prot?=   ../../devel/ocaml-bin_prot
+
+.endif # OCAML_BIN_PROT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-bin_prot
diff -r 6bc9ff8a078a -r 9dd96eb16a81 devel/ocaml-bin_prot/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-bin_prot/distinfo     Wed Mar 13 11:06:00 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/13 11:06:00 jaapb Exp $
+
+SHA1 (bin_prot-0.12.0.tar.gz) = 70b695c95d186fd16bc395860434a90f16c39b43
+RMD160 (bin_prot-0.12.0.tar.gz) = 724b108e2d7e73803510cab4fcf9c4b74ad39834
+SHA512 (bin_prot-0.12.0.tar.gz) = e3e68e51473449208a5789a72dbfff311934ac23c84d3283f82099850fa0176e082de4ec734a60dcfef93e8c5194974e47024ab411cec5e311f7005ef93841d2
+Size (bin_prot-0.12.0.tar.gz) = 337996 bytes



Home | Main Index | Thread Index | Old Index