[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: Remove ocaml-craml.
From: |
guix-commits |
Subject: |
13/13: gnu: Remove ocaml-craml. |
Date: |
Mon, 3 Oct 2022 11:19:18 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 06201b76e5ef811245d627706c90117a0e9813d4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 3 11:12:55 2022 -0400
gnu: Remove ocaml-craml.
The package doesn't build from source and is unmaintained according to its
maintainer:
https://github.com/realworldocaml/craml/pull/8#issuecomment-529235628.
* gnu/packages/ocaml.scm (ocaml-craml): Delete variable.
---
gnu/packages/ocaml.scm | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 01bbbe1831..4bc159481e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5049,39 +5049,6 @@ yojson package. The program @code{atdgen} can be used
to derive OCaml-JSON
serializers and deserializers from type definitions.")
(license license:bsd-3)))
-(define-public ocaml-craml
- (package
- (name "ocaml-craml")
- (version "1.0.0")
- (home-page "https://github.com/realworldocaml/craml")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url (string-append home-page ".git"))
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "197xjp4vmzdymf2ndinw271ihpf45h04mx8gqj8ypspxdr5fj1a5"))))
- (build-system dune-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'build 'upgrade
- (lambda _
- (invoke "dune" "upgrade")
- #t)))))
- (inputs
- (list ocaml-fmt ocaml-astring ocaml-logs ocaml-cmdliner))
- (synopsis
- "CRAM-testing framework for testing command line applications")
- (description "CRAM is a is functional testing framework for command line
-applications. @code{craml} is freely inspired by the
-Mercurial's @code{https://www.selenic.com/blog/?p=663, unified test
-format}. @code{craml} is released as a single binary (called @code{craml}).")
- (license license:isc)))
-
(define-public ocaml-merlin-lib
(package
(name "ocaml-merlin-lib")
- 01/13: gnu-maintenance: Remove retired 'gforge.inria.fr' site., (continued)
- 01/13: gnu-maintenance: Remove retired 'gforge.inria.fr' site., guix-commits, 2022/10/03
- 07/13: gnu: isl: Remove outdated comment., guix-commits, 2022/10/03
- 08/13: gnu: mpfi: Use gexps and remove input labels., guix-commits, 2022/10/03
- 10/13: gnu: Remove unused scotch patches., guix-commits, 2022/10/03
- 02/13: gnu: gf2x: Migrate from gforge.inria.fr to gitlab.inria.fr., guix-commits, 2022/10/03
- 04/13: gnu: gmp-ecm: Update to 7.0.5., guix-commits, 2022/10/03
- 06/13: gnu: gappa: Honor TESTS?., guix-commits, 2022/10/03
- 11/13: gnu: ocaml-dose3: Migrate from gforce.inria.fr., guix-commits, 2022/10/03
- 12/13: gnu: r-spams: Update to 2.6.1., guix-commits, 2022/10/03
- 09/13: gnu: mpfi: Update to 1.5.4-1.b982534., guix-commits, 2022/10/03
- 13/13: gnu: Remove ocaml-craml.,
guix-commits <=