diff options
author | Daniil Baturin <daniil@baturin.org> | 2025-05-13 13:38:14 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2025-05-13 13:38:14 +0100 |
commit | 75a8e1a6fe4daff0c5a17d6fd24743adc84e6adc (patch) | |
tree | 64ee4f4707f08eb1424634dc13202d2bbd663f1e /vyconf.opam | |
parent | 4f8cd87849ae16f5efb127b63767176a243bcd8d (diff) | |
download | vyconf-T7450-use-pcre2.tar.gz vyconf-T7450-use-pcre2.zip |
deps: T7450: Use PCRE2 instead of the original, oudated PCRET7450-use-pcre2
Diffstat (limited to 'vyconf.opam')
-rw-r--r-- | vyconf.opam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vyconf.opam b/vyconf.opam index 2ae8127..1c338d3 100644 --- a/vyconf.opam +++ b/vyconf.opam @@ -28,6 +28,6 @@ depends: [ "xml-light" {build} "toml" {build} "sha" {build} - "pcre" {build} + "pcre2" {build} "toml" {build} ] |