GNU bug report logs -
#60673
[PATCH 01/39] gnu: Add ocaml-domain-name.
Previous Next
Reported by: Csepp <raingloom <at> riseup.net>
Date: Mon, 9 Jan 2023 00:36:03 UTC
Severity: normal
Tags: moreinfo, patch
Merged with 60671,
60672,
60674,
60675,
60676,
60677,
60678,
60679,
60680,
60681,
60682,
60683
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #32 received at submit <at> debbugs.gnu.org (full text, mbox):
From: raingloom <raingloom <at> riseup.net>
* gnu/packages/ocaml.scm (ocaml-expect-test-helpers-core): New variable.
---
gnu/packages/ocaml.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 16d54f3230..fb3332a5dd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2638,6 +2638,32 @@ (define-public ocaml4.07-alcotest
`(#:package "alcotest"))
(properties '()))))
+(define-public ocaml-expect-test-helpers-core
+ (package
+ (name "ocaml-expect-test-helpers-core")
+ (version "0.15.0")
+ (source (origin
+ (method url-fetch)
+ (uri
+ "https://ocaml.janestreet.com/ocaml-core/v0.15/files/expect_test_helpers_core-v0.15.0.tar.gz")
+ (sha256
+ (base32
+ "0llnzx90qp1yydx4rg3fgd29wqfi92jrsvw1pp434gi5cj2p6akz"))))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-base
+ ocaml-base-quickcheck
+ ocaml-core
+ ocaml-ppx-jane
+ ocaml-sexp-pretty
+ ocaml-stdio
+ ocaml-re))
+ (properties `((upstream-name . "expect_test_helpers_core")))
+ (home-page "https://github.com/janestreet/expect_test_helpers_core")
+ (synopsis "Helpers for writing expectation tests")
+ (description
+ "Helper functions for writing expect tests.")
+ (license license:expat)))
+
(define-public ocaml-ppx-tools
(package
(name "ocaml-ppx-tools")
--
2.38.1
This bug report was last modified 2 years and 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.