diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-10-09 16:52:05 +0200 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-10-09 18:27:37 +0200 |
commit | 8770f0db6e16aaff27a14fd48eed2ae70338f3df (patch) | |
tree | 4bf9d4cd9935a7baf9fea2b038976f4ef10a9543 /plugins/xml | |
parent | 262e7b39f9fe7113ef8180786e4ae6ce69125f87 (diff) |
Restoring plugins/xml/README erased by mistake.
Diffstat (limited to 'plugins/xml')
-rw-r--r-- | plugins/xml/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/xml/README b/plugins/xml/README new file mode 100644 index 000000000..e3bcdaf05 --- /dev/null +++ b/plugins/xml/README @@ -0,0 +1,15 @@ +The xml export plugin for Coq has been discontinued for lack of users: +it was most certainly broken while imposing a non-negligible cost on +Coq development. Its purpose was to give export Coq's kernel objects +in xml form for treatment by external tools. + +If you are looking for such a tool, you may want to look at commit +7cfe0a70eda671ada6a46cd779ef9308f7e0fdb9 responsible for the deletion +of this plugin (for instance, git checkout +7cfe0a70eda671ada6a46cd779ef9308f7e0fdb9^ including the "^", will lead +you to the last commit before the xml plugin was deleted). + +Bear in mind, however, that the plugin was not working properly at the +time. You may want instead to write to the original author of the +plugin, Claudio Sacerdoti-Coen at sacerdot@cs.unibo.it. He has a +stable version of the plugin for an old version of Coq. |