cryptol/cryptol-remote-api/cryptol-eval-server
Andrew Kent e256346f83
feat: timeout for cryptol python client methods (#1282)
interrupt and timeout methods for cryptol python client
2021-09-21 20:23:28 -07:00
..
Main.hs feat: timeout for cryptol python client methods (#1282) 2021-09-21 20:23:28 -07:00
README.txt Add an evaluation-only version of cryptol-remote-api 2020-12-15 10:29:56 -08:00

This server provides a subset of the methods that are available in
cryptol-remote-api. It's reason for being is that it does not provide
any commands that allow modifications to the server state (the
provided Cryptol code must be specified in a command-line
argument). This means that it can be used in situations with load
balancing between multiple instances.