aboutsummaryrefslogtreecommitdiffhomepage
path: root/META.coq
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-20 00:15:19 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-20 00:15:19 +0100
commit1fbc3afc7acd9629453af6276479c81e79f19d39 (patch)
tree5f75bdf4e6eb1446762fbec3c717449f067f1d51 /META.coq
parent5efa4a5de54b681981c361fc679343790597a5d5 (diff)
[ocamlbuild] Update meta for the vernac split.
Diffstat (limited to 'META.coq')
-rw-r--r--META.coq19
1 files changed, 16 insertions, 3 deletions
diff --git a/META.coq b/META.coq
index 5be69d5fd..a71af2f10 100644
--- a/META.coq
+++ b/META.coq
@@ -172,7 +172,7 @@ package "parsing" (
package "printing" (
- description = "Coq Printing Libraries"
+ description = "Coq Printing Engine"
version = "8.6"
requires = "coq.parsing"
@@ -185,7 +185,7 @@ package "printing" (
package "tactics" (
- description = "Coq Tactics"
+ description = "Coq Basic Tactics"
version = "8.6"
requires = "coq.printing"
@@ -196,12 +196,25 @@ package "tactics" (
)
+package "vernac" (
+
+ description = "Coq Vernacular Interpreter"
+ version = "8.6"
+
+ requires = "coq.tactics"
+ directory = "vernac"
+
+ archive(byte) = "vernac.cma"
+ archive(native) = "vernac.cmxa"
+
+)
+
package "stm" (
description = "Coq State Transactional Machine"
version = "8.6"
- requires = "coq.tactics"
+ requires = "coq.vernac"
directory = "stm"
archive(byte) = "stm.cma"