aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-10-03 11:12:55 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-10-03 11:16:15 -0400
commit06201b76e5ef811245d627706c90117a0e9813d4 (patch)
tree5ce20c53fb269a6c2301682a992dfa253411ed2d
parent67e9513e40715083ad23089ff093cf47565f1eb7 (diff)
downloadguix-06201b76e5ef811245d627706c90117a0e9813d4.tar
guix-06201b76e5ef811245d627706c90117a0e9813d4.tar.gz
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.
-rw-r--r--gnu/packages/ocaml.scm33
1 files changed, 0 insertions, 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")