Updated OCaml package pcre
This commit is contained in:
parent
552d66cd9e
commit
123ef8a57b
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, pcre, ocaml, findlib}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-pcre-6.2.5";
|
||||
name = "ocaml-pcre-7.0.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://bitbucket.org/mmottl/pcre-ocaml/downloads/pcre-ocaml-6.2.5.tar.gz;
|
||||
sha256 = "0iwfi0wmw3xbx31ri96pmrsmmn4r3h9f0k6gyk8j4pajlhl40xzi";
|
||||
url = https://bitbucket.org/mmottl/pcre-ocaml/downloads/pcre-ocaml-7.0.4.tar.gz;
|
||||
sha256 = "0h2qlza7jkzgrglw1k0fydpbil0dgpv526kxyyd1apdbyzhb0mpw";
|
||||
};
|
||||
|
||||
buildInputs = [ocaml findlib];
|
||||
@ -15,13 +15,11 @@ stdenv.mkDerivation {
|
||||
|
||||
configurePhase = "true"; # Skip configure phase
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.ocaml.info/home/ocaml_sources.html";
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://bitbucket.org/mmottl/pcre-ocaml";
|
||||
description = "An efficient C-library for pattern matching with Perl-style regular expressions in OCaml";
|
||||
license = "LGPL";
|
||||
license = licenses.lgpl21;
|
||||
platforms = ocaml.meta.platforms;
|
||||
maintainers = [
|
||||
stdenv.lib.maintainers.z77z
|
||||
];
|
||||
maintainers = with maintainers; [ z77z vbmithr ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user