[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49101] [PATCH v3 3/6] gnu: ocaml4.07-pcre: Remove package.
From: |
Xinglu Chen |
Subject: |
[bug#49101] [PATCH v3 3/6] gnu: ocaml4.07-pcre: Remove package. |
Date: |
Sat, 19 Jun 2021 17:50:37 +0200 |
* gnu/packages/ocaml.scm (ocaml4.07-pcre): Remove package. It has been
superseded by ‘ocaml-pcre’.
---
gnu/packages/ocaml.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d3674ccba8..c89908a1b2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3118,36 +3118,6 @@ offered by the Perl language.")
;; With static linking exception
(license license:lgpl2.1+)))
-(define-public ocaml4.07-pcre
- (package
- (name "ocaml4.07-pcre")
- (version "7.4.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/mmottl/pcre-ocaml")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "11sd8g668h48790lamz0riw9jgnfkaif5qdfa0akcndwa6aj07jf"))))
- (build-system dune-build-system)
- (arguments
- `(#:test-target "."
- #:ocaml ,ocaml-4.07
- #:findlib ,ocaml4.07-findlib
- #:dune ,ocaml4.07-dune))
- (native-inputs
- `(("ocaml-base" ,(package-with-ocaml4.07 ocaml-base))
- ("pcre:bin" ,pcre "bin")))
- (propagated-inputs `(("pcre" ,pcre)))
- (home-page "https://mmottl.github.io/pcre-ocaml")
- (synopsis "Bindings to the Perl Compatibility Regular Expressions library")
- (description "Pcre-ocaml offers library functions for string pattern
-matching and substitution, similar to the functionality offered by the Perl
-language.")
- (license license:lgpl2.1+))); with the OCaml link exception
-
(define-public ocaml-expect
(package
(name "ocaml-expect")
--
2.32.0
- [bug#49101] [PATCH v2 2/5] gnu: ocaml4.07-expect: Switch to default OCaml compiler., (continued)
[bug#49101] [PATCH v2 4/5] gnu: Add ocaml-mparser-re., Xinglu Chen, 2021/06/19
[bug#49101] [PATCH v2 3/5] gnu: Add ocaml-mparser., Xinglu Chen, 2021/06/19
[bug#49101] [PATCH v2 5/5] gnu: Add ocaml-mparser-pcre., Xinglu Chen, 2021/06/19
[bug#49101] [PATCH v3 0/6] Add ocaml-mparser & friends, Xinglu Chen, 2021/06/19
- [bug#49101] [PATCH v3 1/6] gnu: Add ocaml-pcre., Xinglu Chen, 2021/06/19
- [bug#49101] [PATCH v3 2/6] gnu: ocaml4.07-expect: Switch to default OCaml compiler., Xinglu Chen, 2021/06/19
- [bug#49101] [PATCH v3 3/6] gnu: ocaml4.07-pcre: Remove package.,
Xinglu Chen <=
- [bug#49101] [PATCH v3 6/6] gnu: Add ocaml-mparser-pcre., Xinglu Chen, 2021/06/19
- [bug#49101] [PATCH v3 4/6] gnu: Add ocaml-mparser., Xinglu Chen, 2021/06/19
- [bug#49101] [PATCH v3 5/6] gnu: Add ocaml-mparser-re., Xinglu Chen, 2021/06/19
- bug#49101: [PATCH v3 0/6] Add ocaml-mparser & friends, Julien Lepiller, 2021/06/19