diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-01-14 11:09:05 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-01-14 11:09:05 +0000 |
commit | 00a340eb1146360e425f1433b426034247fb86ca (patch) | |
tree | 53a569a8f22e0fd8cf97ac9b8887d64a7012a318 | |
parent | 26f21513625cc91d5ffce14e52911e90e95bc13d (diff) | |
download | lorries-00a340eb1146360e425f1433b426034247fb86ca.tar.gz |
Add pcre2 lorry filebaserock/franred/Add-new-pcre-repo
This repository is a new version of the pcre repository where the
new features will be added to it. The old pcre repository will be
available only for bugfixing in the 8.x series.
-rw-r--r-- | open-source-lorries/pcre2.lorry | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/open-source-lorries/pcre2.lorry b/open-source-lorries/pcre2.lorry new file mode 100644 index 0000000..924f9fa --- /dev/null +++ b/open-source-lorries/pcre2.lorry @@ -0,0 +1,7 @@ +{ + "pcre2": { + "type": "svn", + "url": "svn://vcs.exim.org/pcre2/code/", + "layout": "standard" + } +} |