From 4a6a8a394bd80ad353a95ac9d6f4b3eb009be9bb Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 13 Dec 2017 02:49:11 +0700 Subject: Missing PCRE dependency. --- opam | 1 + 1 file changed, 1 insertion(+) diff --git a/opam b/opam index dbad4e0..8fae307 100644 --- a/opam +++ b/opam @@ -28,5 +28,6 @@ depends: [ "xml-light" {build} "toml" {build} "sha" {build} + "pcre" {build} ] available: ocaml-version >= "4.03.0" -- cgit v1.2.3