aboutsummaryrefslogtreecommitdiff
path: root/META.coq
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-04-24 15:58:51 +0200
committerPierre-Marie Pédrot2018-04-24 15:58:51 +0200
commit0f107c8a747af6bdb40d70d80236f84b325dc35d (patch)
tree9c0355fb0dba4a48e14d0e5b316c66dfd416d685 /META.coq
parent5c34cfa54ec1959758baa3dd283e2e30853380db (diff)
parent7dfac786626f8f6775dadc0df85360759584c976 (diff)
Merge PR #6512: [api] Relocate `intf` modules according to dependency-order.
Diffstat (limited to 'META.coq')
-rw-r--r--META.coq13
1 files changed, 0 insertions, 13 deletions
diff --git a/META.coq b/META.coq
index 30bfdd67a7..3414ccbd40 100644
--- a/META.coq
+++ b/META.coq
@@ -90,19 +90,6 @@ package "library" (
)
-package "intf" (
-
- description = "Coq Public Data Types"
- version = "8.8"
-
- requires = "coq.library"
-
- directory = "intf"
-
- archive(byte) = "intf.cma"
- archive(native) = "intf.cmxa"
-)
-
package "engine" (
description = "Coq Tactic Engine"