mirage / jitsu

A DNS server that automatically starts unikernels on demand
Other
304 stars 36 forks source link

Remove camlp4 references #34

Closed sgrove closed 8 years ago

sgrove commented 8 years ago

Just a mechanical replacement of try_lwt and lwt _ = _ in to try%lwt and let%lwt _ = _ in, and updates to the Makefile and .merlin file, but the tests still pass (not 100% sure what the tests cover though).