pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-base_quickcheck



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar 12 18:59:16 UTC 2019

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

Log Message:
Added devel/ocaml-base_quickcheck, a randomised testing framework.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-base_quickcheck/DESCR \
    pkgsrc/devel/ocaml-base_quickcheck/Makefile \
    pkgsrc/devel/ocaml-base_quickcheck/PLIST \
    pkgsrc/devel/ocaml-base_quickcheck/buildlink3.mk \
    pkgsrc/devel/ocaml-base_quickcheck/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-base_quickcheck/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-base_quickcheck/DESCR:1.1
--- /dev/null   Tue Mar 12 18:59:16 2019
+++ pkgsrc/devel/ocaml-base_quickcheck/DESCR    Tue Mar 12 18:59:16 2019
@@ -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.
Index: pkgsrc/devel/ocaml-base_quickcheck/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-base_quickcheck/Makefile:1.1
--- /dev/null   Tue Mar 12 18:59:16 2019
+++ pkgsrc/devel/ocaml-base_quickcheck/Makefile Tue Mar 12 18:59:16 2019
@@ -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"
Index: pkgsrc/devel/ocaml-base_quickcheck/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-base_quickcheck/PLIST:1.1
--- /dev/null   Tue Mar 12 18:59:16 2019
+++ pkgsrc/devel/ocaml-base_quickcheck/PLIST    Tue Mar 12 18:59:16 2019
@@ -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
Index: pkgsrc/devel/ocaml-base_quickcheck/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-base_quickcheck/buildlink3.mk:1.1
--- /dev/null   Tue Mar 12 18:59:16 2019
+++ pkgsrc/devel/ocaml-base_quickcheck/buildlink3.mk    Tue Mar 12 18:59:16 2019
@@ -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
Index: pkgsrc/devel/ocaml-base_quickcheck/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-base_quickcheck/distinfo:1.1
--- /dev/null   Tue Mar 12 18:59:16 2019
+++ pkgsrc/devel/ocaml-base_quickcheck/distinfo Tue Mar 12 18:59:16 2019
@@ -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