This is a hubot plugin to use prove-everywhere.
This plugin makes it possible to use Coq in your chat room!
- add
"hubot-prove-everywhere": ""to your hubot'spackage.json - add
"hubot-prove-everywhere"toexternal-scripts.json - set
HUBOT_PROVE_EVERYWHERE_URLas an enviroment variable- URL of your prove-everywhere-server
- e.g.,
http://amutake.me:50905
hubot proof new- creates new coqtop and returns coqtop id
hubot proof put <id> <command>- sends command to coqtop
hubot proof terminate <id>- terminates coqtop