diff options
| author | Maxime Dénès | 2017-12-11 09:32:34 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-11 09:32:34 +0100 |
| commit | 42a1e2b6c4b8e4c290ca234211782333b82319bb (patch) | |
| tree | add89806d09927d5746fd44b3a16ee56bb81238d | |
| parent | f936f89361145bea242ae6461ba2d6f90f4554cd (diff) | |
| parent | 2f405298e35458ec0b78153261ede58921e723d7 (diff) | |
Merge PR #6363: [META] Some dependency fixes.
| -rw-r--r-- | META.coq | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ package "lib" ( directory = "lib" - requires = "coq.config" + requires = "str, unix, threads, coq.config" archive(byte) = "clib.cma" archive(byte) += "lib.cma" @@ -65,7 +65,7 @@ package "kernel" ( directory = "kernel" - requires = "coq.lib, coq.vm" + requires = "dynlink, coq.lib, coq.vm" archive(byte) = "kernel.cma" archive(native) = "kernel.cmxa" @@ -168,7 +168,7 @@ package "parsing" ( description = "Coq Parsing Engine" version = "8.7" - requires = "coq.proofs" + requires = "camlp5.gramlib, coq.proofs" directory = "parsing" archive(byte) = "parsing.cma" |
