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