pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-angstrom Added devel/ocaml-angstrom, a par...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dff057c7ef04
branches: trunk
changeset: 331462:dff057c7ef04
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Mar 19 11:07:40 2019 +0000
description:
Added devel/ocaml-angstrom, a parser combinator library.
diffstat:
devel/ocaml-angstrom/DESCR | 7 ++++++
devel/ocaml-angstrom/Makefile | 22 +++++++++++++++++++
devel/ocaml-angstrom/PLIST | 42 ++++++++++++++++++++++++++++++++++++++
devel/ocaml-angstrom/buildlink3.mk | 11 +++++++++
devel/ocaml-angstrom/distinfo | 6 +++++
5 files changed, 88 insertions(+), 0 deletions(-)
diffs (108 lines):
diff -r 3cdc73582ba4 -r dff057c7ef04 devel/ocaml-angstrom/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-angstrom/DESCR Tue Mar 19 11:07:40 2019 +0000
@@ -0,0 +1,7 @@
+Angstrom is a parser-combinator library that makes it easy to write efficient,
+expressive, and reusable parsers suitable for high-performance applications.
+It exposes monadic and applicative interfaces for composition, and supports
+incremental input through buffered and unbuffered interfaces. Both interfaces
+give the user total control over the blocking behavior of their application,
+with the unbuffered interface enabling zero-copy IO. Parsers are backtracking
+by default and support unbounded lookahead.
diff -r 3cdc73582ba4 -r dff057c7ef04 devel/ocaml-angstrom/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-angstrom/Makefile Tue Mar 19 11:07:40 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/03/19 11:07:40 jaapb Exp $
+
+GITHUB_PROJECT= angstrom
+DISTNAME= ${GITHUB_PROJECT}-0.11.1
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=inhabitedtype/}
+
+MAINTAINER= jaapb%NetBSD.org@localhost
+HOMEPAGE= https://github.com/inhabitedtype/angstrom/
+COMMENT= Parser combinators for OCaml
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+OCAML_USE_DUNE= yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-async/buildlink3.mk"
+.include "../../devel/ocaml-bigstringaf/buildlink3.mk"
+.include "../../devel/ocaml-lwt/buildlink3.mk"
+.include "../../devel/ocaml-result/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3cdc73582ba4 -r dff057c7ef04 devel/ocaml-angstrom/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-angstrom/PLIST Tue Mar 19 11:07:40 2019 +0000
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/19 11:07:40 jaapb Exp $
+${OCAML_SITELIB}/angstrom/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom.a
+${OCAML_SITELIB}/angstrom/angstrom.cma
+${OCAML_SITELIB}/angstrom/angstrom.cmi
+${OCAML_SITELIB}/angstrom/angstrom.cmt
+${OCAML_SITELIB}/angstrom/angstrom.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom.cmxs
+${OCAML_SITELIB}/angstrom/angstrom.ml
+${OCAML_SITELIB}/angstrom/angstrom.mli
+${OCAML_SITELIB}/angstrom/angstrom__.cmi
+${OCAML_SITELIB}/angstrom/angstrom__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__.cmx
+${OCAML_SITELIB}/angstrom/angstrom__.ml
+${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmi
+${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmt
+${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__Buffering.cmx
+${OCAML_SITELIB}/angstrom/angstrom__Input.cmi
+${OCAML_SITELIB}/angstrom/angstrom__Input.cmt
+${OCAML_SITELIB}/angstrom/angstrom__Input.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__Input.cmx
+${OCAML_SITELIB}/angstrom/angstrom__More.cmi
+${OCAML_SITELIB}/angstrom/angstrom__More.cmt
+${OCAML_SITELIB}/angstrom/angstrom__More.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__More.cmx
+${OCAML_SITELIB}/angstrom/angstrom__Parser.cmi
+${OCAML_SITELIB}/angstrom/angstrom__Parser.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/angstrom/angstrom__Parser.cmx
+${OCAML_SITELIB}/angstrom/buffering.ml
+${OCAML_SITELIB}/angstrom/buffering.mli
+${OCAML_SITELIB}/angstrom/dune-package
+${OCAML_SITELIB}/angstrom/input.ml
+${OCAML_SITELIB}/angstrom/input.mli
+${OCAML_SITELIB}/angstrom/more.ml
+${OCAML_SITELIB}/angstrom/more.mli
+${OCAML_SITELIB}/angstrom/opam
+${OCAML_SITELIB}/angstrom/parser.ml
+share/doc/angstrom/LICENSE
+share/doc/angstrom/README.md
diff -r 3cdc73582ba4 -r dff057c7ef04 devel/ocaml-angstrom/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-angstrom/buildlink3.mk Tue Mar 19 11:07:40 2019 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/19 11:07:40 jaapb Exp $
+BUILDLINK_TREE+= ocaml-angstrom
+
+.if !defined(OCAML_ANGSTROM_BUILDLINK3_MK)
+OCAML_ANGSTROM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-angstrom+= ocaml-angstrom>=0.11.1
+BUILDLINK_PKGSRCDIR.ocaml-angstrom?= ../../devel/ocaml-angstrom
+.endif # OCAML_ANGSTROM_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-angstrom
diff -r 3cdc73582ba4 -r dff057c7ef04 devel/ocaml-angstrom/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-angstrom/distinfo Tue Mar 19 11:07:40 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/19 11:07:40 jaapb Exp $
+
+SHA1 (angstrom-0.11.1.tar.gz) = 4c5c5393266de805131924570e2be0de6499f680
+RMD160 (angstrom-0.11.1.tar.gz) = 3f4ba04ee666bbd641f4b0ba9015de986f789e72
+SHA512 (angstrom-0.11.1.tar.gz) = 95d74005b4e0b8ad07ae0563b26f6fc97cd0286736b01858ed77c804f051c2bd1d153394e0ddf4010fb0e9ccf5b0eba1e872d9c0722a951f081467e5d44817b1
+Size (angstrom-0.11.1.tar.gz) = 112982 bytes
Home |
Main Index |
Thread Index |
Old Index