diff options
| author | Enrico Tassi | 2017-12-22 14:11:55 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2017-12-27 14:19:59 +0100 |
| commit | b37d3f199e4521e2ae20cc96f0f2b04acc36c7cc (patch) | |
| tree | 5286af838087a280405b1cf1c7a3248612e7c5aa /META.coq | |
| parent | 7e319ad03aba413f3165b848eaf821b364f9291b (diff) | |
[API] remove large file containing duplicate interfaces
... in favor of having Public/Internal sub modules in each and
every module grouping functions according to their intended client.
Diffstat (limited to 'META.coq')
| -rw-r--r-- | META.coq | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -240,25 +240,12 @@ package "stm" ( ) -package "API" ( - - description = "Coq API" - version = "8.7" - - requires = "coq.intf, coq.stm" - directory = "API" - - archive(byte) = "API.cma" - archive(native) = "API.cmxa" - -) - package "ltac" ( description = "Coq LTAC Plugin" version = "8.7" - requires = "coq.API" + requires = "coq.stm" directory = "plugins/ltac" archive(byte) = "ltac_plugin.cmo" |
