diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-12-13 02:49:11 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-12-13 02:49:11 +0700 |
commit | 4a6a8a394bd80ad353a95ac9d6f4b3eb009be9bb (patch) | |
tree | 4a38b406630527dfc28e985946a2c7362be6a293 /opam | |
parent | 75301dd8273d8119d2d4b99f1ed70aab69c5458c (diff) | |
download | vyconf-4a6a8a394bd80ad353a95ac9d6f4b3eb009be9bb.tar.gz vyconf-4a6a8a394bd80ad353a95ac9d6f4b3eb009be9bb.zip |
Missing PCRE dependency.
Diffstat (limited to 'opam')
-rw-r--r-- | opam | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,5 +28,6 @@ depends: [ "xml-light" {build} "toml" {build} "sha" {build} + "pcre" {build} ] available: ocaml-version >= "4.03.0" |