[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/16: gnu: ocaml-bisect: Remove package.
From: |
guix-commits |
Subject: |
06/16: gnu: ocaml-bisect: Remove package. |
Date: |
Sat, 30 Nov 2019 09:51:48 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit e4070d404d5daa71fcc83a7fecc9b58570d280c2
Author: Julien Lepiller <address@hidden>
Date: Wed Nov 27 20:57:26 2019 +0100
gnu: ocaml-bisect: Remove package.
* gnu/packages/ocaml.scm (ocaml-bisect): Remove deprecated package,
replaced by ocaml-bisect-ppx.
---
gnu/packages/ocaml.scm | 47 -----------------------------------------------
1 file changed, 47 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c0b8154..1710aad 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1261,53 +1261,6 @@ full_split, cut, rcut, etc..")
;; where it says `mit'.
(license license:expat)))
-(define-public ocaml-bisect
- (package
- (name "ocaml-bisect")
- (version "1.3.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/gasche/bisect.git")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0hm5za61qydda6ri3887b4zqqbqilh42x712xnclm1rr7ggga2nh"))
- (patches
- (search-patches
- "ocaml-bisect-fix-camlp4-in-another-directory.patch"))))
- (build-system ocaml-build-system)
- (native-inputs
- `(("camlp4" ,camlp4)
- ("libxml2" ,libxml2)
- ("ocamlbuild" ,ocamlbuild)
- ("which" ,which)))
- (propagated-inputs
- `(("camlp4" ,camlp4)))
- (arguments
- `(#:test-target "tests"
- #:make-flags
- (list "all" (string-append "CAMLP4_LIBDIR="
- (assoc-ref %build-inputs "camlp4")
- "/lib/ocaml/site-lib/camlp4"))
- #:phases
- (modify-phases %standard-phases
- (replace 'configure
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (invoke "./configure" "-prefix" (assoc-ref outputs "out")
- "-ocaml-prefix" (assoc-ref inputs "ocaml")
- "-camlp4-prefix" (assoc-ref inputs "camlp4"))
- #t)))))
- (home-page "http://bisect.x9c.fr")
- (synopsis "Code coverage tool for the OCaml language")
- (description "Bisect is a code coverage tool for the OCaml language. It is
-a camlp4-based tool that allows to instrument your application before running
-tests. After application execution, it is possible to generate a report in
HTML
-format that is the replica of the application source code annotated with code
-coverage information.")
- (license license:gpl3+)))
-
(define-public dune
(package
(name "dune")
- branch master updated (a651323 -> ba3ff73), guix-commits, 2019/11/30
- 02/16: gnu: lablgtk: Update to 2.18.8., guix-commits, 2019/11/30
- 04/16: gnu: ocaml-bitstring: Remove unneeded dependencies., guix-commits, 2019/11/30
- 03/16: gnu: ocaml-findlib: Update to 1.8.1., guix-commits, 2019/11/30
- 01/16: gnu: opam: Remove unneeded dependency on deprecated camlp4., guix-commits, 2019/11/30
- 12/16: gnu: ocaml-piqi: Update to 0.7.7., guix-commits, 2019/11/30
- 10/16: gnu: ocaml-piqilib: Update to 0.6.15., guix-commits, 2019/11/30
- 15/16: guix: import: Fix opam importer., guix-commits, 2019/11/30
- 07/16: gnu: ocaml-csv: Update to 2.3., guix-commits, 2019/11/30
- 06/16: gnu: ocaml-bisect: Remove package.,
guix-commits <=
- 08/16: gnu: Add ocaml-gen., guix-commits, 2019/11/30
- 16/16: guix: import: Fix importing dune project., guix-commits, 2019/11/30
- 11/16: gnu: ocaml-ulex: Remove package., guix-commits, 2019/11/30
- 05/16: gnu: ocaml-batteries: Remove unneeded dependencies., guix-commits, 2019/11/30
- 09/16: gnu: Add ocaml-sedlex., guix-commits, 2019/11/30
- 14/16: gnu: camlp4: Remove obsolete package., guix-commits, 2019/11/30
- 13/16: gnu: ocaml-camomile: Remove unneeded dependency., guix-commits, 2019/11/30