pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-base_quickcheck Added devel/ocaml-base_qui...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d3765b8247f
branches: trunk
changeset: 331117:8d3765b8247f
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Mar 12 18:59:16 2019 +0000
description:
Added devel/ocaml-base_quickcheck, a randomised testing framework.
diffstat:
devel/ocaml-base_quickcheck/DESCR | 3 +
devel/ocaml-base_quickcheck/Makefile | 27 ++++++
devel/ocaml-base_quickcheck/PLIST | 133 ++++++++++++++++++++++++++++++
devel/ocaml-base_quickcheck/buildlink3.mk | 13 ++
devel/ocaml-base_quickcheck/distinfo | 6 +
5 files changed, 182 insertions(+), 0 deletions(-)
diffs (202 lines):
diff -r fc265f887b66 -r 8d3765b8247f devel/ocaml-base_quickcheck/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_quickcheck/DESCR Tue Mar 12 18:59:16 2019 +0000
@@ -0,0 +1,3 @@
+Base_quickcheck provides randomized testing in the style of Haskell's
+Quickcheck library, with support for built-in types as well as types provided
+by Base.
diff -r fc265f887b66 -r 8d3765b8247f devel/ocaml-base_quickcheck/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_quickcheck/Makefile Tue Mar 12 18:59:16 2019 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2019/03/12 18:59:16 jaapb Exp $
+
+GITHUB_PROJECT= base_quickcheck
+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/base_quickcheck/
+COMMENT= Randomised testing framework compatible with ocaml-base
+LICENSE= mit
+
+USE_LANGUAGES= # none
+OCAML_USE_DUNE= yes
+
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppx_base/buildlink3.mk"
+.include "../../devel/ocaml-ppx_fields_conv/buildlink3.mk"
+.include "../../devel/ocaml-ppx_let/buildlink3.mk"
+.include "../../devel/ocaml-ppx_sexp_message/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../devel/ocaml-splittable_random/buildlink3.mk"
+
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fc265f887b66 -r 8d3765b8247f devel/ocaml-base_quickcheck/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_quickcheck/PLIST Tue Mar 12 18:59:16 2019 +0000
@@ -0,0 +1,133 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/12 18:59:16 jaapb Exp $
+${OCAML_SITELIB}/base_quickcheck/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck.a
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck.cma
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck.cmxs
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck.ml
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__.ml
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Export.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Export.cmt
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Export.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Export.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Generator.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Generator.cmt
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Generator.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Generator.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer.cmt
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer0.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer0.cmt
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer0.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Observer0.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Shrinker.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Shrinker.cmt
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Shrinker.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Shrinker.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Test.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Test.cmt
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Test.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Test.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Test_intf.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Test_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__Test_intf.cmx
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__With_basic_types.cmi
+${OCAML_SITELIB}/base_quickcheck/base_quickcheck__With_basic_types.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/base_quickcheck__With_basic_types.cmx
+${OCAML_SITELIB}/base_quickcheck/dune-package
+${OCAML_SITELIB}/base_quickcheck/export.ml
+${OCAML_SITELIB}/base_quickcheck/export.mli
+${OCAML_SITELIB}/base_quickcheck/generator.ml
+${OCAML_SITELIB}/base_quickcheck/generator.mli
+${OCAML_SITELIB}/base_quickcheck/observer.ml
+${OCAML_SITELIB}/base_quickcheck/observer.mli
+${OCAML_SITELIB}/base_quickcheck/observer0.ml
+${OCAML_SITELIB}/base_quickcheck/observer0.mli
+${OCAML_SITELIB}/base_quickcheck/opam
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/clause_syntax.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/clause_syntax.mli
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/clause_syntax_intf.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/environment.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/environment.mli
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/field_syntax.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/field_syntax.mli
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/field_syntax_intf.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/import.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_generator_expander.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_generator_expander.mli
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_observer_expander.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_observer_expander.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.a
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cma
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmxs
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.mli
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax_intf.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax_intf.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax_intf.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax_intf.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax_intf.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Import.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Import.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Import.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmx
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_shrinker_expander.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/expander/ppx_shrinker_expander.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.a
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cma
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmi
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmt
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmxs
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.ml
+${OCAML_SITELIB}/base_quickcheck/ppx_quickcheck/ppx_quickcheck.mli
+${OCAML_SITELIB}/base_quickcheck/shrinker.ml
+${OCAML_SITELIB}/base_quickcheck/shrinker.mli
+${OCAML_SITELIB}/base_quickcheck/test.ml
+${OCAML_SITELIB}/base_quickcheck/test.mli
+${OCAML_SITELIB}/base_quickcheck/test_intf.ml
+${OCAML_SITELIB}/base_quickcheck/with_basic_types.ml
+share/doc/base_quickcheck/LICENSE.md
diff -r fc265f887b66 -r 8d3765b8247f devel/ocaml-base_quickcheck/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_quickcheck/buildlink3.mk Tue Mar 12 18:59:16 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/12 18:59:16 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-base_quickcheck
+
+.if !defined(OCAML_BASE_QUICKCHECK_BUILDLINK3_MK)
+OCAML_BASE_QUICKCHECK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-base_quickcheck+= ocaml-base_quickcheck>=0.12.0
+BUILDLINK_PKGSRCDIR.ocaml-base_quickcheck?= ../../devel/ocaml-base_quickcheck
+
+.endif # OCAML_BASE_QUICKCHECK_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-base_quickcheck
diff -r fc265f887b66 -r 8d3765b8247f devel/ocaml-base_quickcheck/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_quickcheck/distinfo Tue Mar 12 18:59:16 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/12 18:59:16 jaapb Exp $
+
+SHA1 (base_quickcheck-0.12.0.tar.gz) = a44cb358990148ec323f2e39d91544a06a7196dd
+RMD160 (base_quickcheck-0.12.0.tar.gz) = f64dd5c1e94ff2a6bfbbe1ee42e03bc7ea7f2db4
+SHA512 (base_quickcheck-0.12.0.tar.gz) = 3627c543456afcffbe1f010b2457ff8fcf97bcfc558ca3503834b5aad935641e70d78fac8e2f1c7f9bc2edd4fe4e8fab1490861b2672625c7807662d011cf436
+Size (base_quickcheck-0.12.0.tar.gz) = 56861 bytes
Home |
Main Index |
Thread Index |
Old Index