[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51061] [PATCH v2 19/23] gnu: Add erlang-proper.
From: |
Hartmut Goebel |
Subject: |
[bug#51061] [PATCH v2 19/23] gnu: Add erlang-proper. |
Date: |
Wed, 6 Oct 2021 17:20:17 +0200 |
* gnu/packages/erlang.scm (erlang-proper): New variable.
---
gnu/packages/erlang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index df822d5466..3c6ee9038a 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -465,6 +465,32 @@ specifications.")
Erlang.")
(license license:asl2.0)))
+(define-public erlang-proper
+ (package
+ (name "erlang-proper")
+ (version "1.4.0")
+ (source
+ (origin
+ (method hexpm-fetch)
+ (uri (hexpm-uri "proper" version))
+ (sha256
+ (base32 "1b0srk0swbns6807vxwhj1hfrql7r14arysaax99kvl12f4q3qci"))))
+ (build-system rebar3-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'disable-covertool
+ (lambda _
+ (substitute* "rebar.config"
+ (("\\{plugins, \\[covertool\\]\\}\\." _) "")))))))
+ (home-page "https://proper-testing.github.io/")
+ (synopsis "QuickCheck-inspired property-based testing tool for Erlang")
+ (description "PropEr is a tool for the automated, semi-random,
+property-based testing of Erlang programs. It is fully integrated with
+Erlang's type language, and can also be used for the model-based random
+testing of stateful systems.")
+ (license license:gpl3+)))
+
(define-public erlang-providers
(package
(name "erlang-providers")
--
2.30.2
- [bug#42180] [PATCH v2 07/23] gnu: Add erlang-cth-readable., (continued)
- [bug#42180] [PATCH v2 07/23] gnu: Add erlang-cth-readable., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 12/23] gnu: Add erlang-parse-trans., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 15/23] gnu: Add erlang-relx., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 10/23] gnu: Add erlang-eunit-formatters., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 17/23] gnu: Add erlang-edown., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 20/23] gnu: Add erlang-rebar3-raw-deps., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 14/23] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 11/23] gnu: Add erlang-providers., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 13/23] gnu: Add erlang-hex-core., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 18/23] gnu: Add erlang-jsone., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 19/23] gnu: Add erlang-proper.,
Hartmut Goebel <=
- [bug#51061] [PATCH v2 16/23] gnu: Add rebar3., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 22/23] gnu: Add erlang-rebar3-proper., Hartmut Goebel, 2021/10/06
- [bug#42180] [PATCH v2 21/23] gnu: Add erlang-rebar3-git-vsn., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 23/23] gnu: Add erlang-covertool., Hartmut Goebel, 2021/10/06
- [bug#42180] bug#51061: [PATCH v2 01/23] guix: Add extracting-download., Ludovic Courtès, 2021/10/07