开发者

pretty printing OCaml for windows

开发者 https://www.devze.com 2023-02-19 13:13 出处:网络
开发者_StackOverflowI knew there is a library for pretty printer using camlp5 in Linux. Is there anything similar for Windows? Thank you.You can build ocaml and camlp5 under windows, using MinGW and

开发者_StackOverflowI knew there is a library for pretty printer using camlp5 in Linux.

Is there anything similar for Windows? Thank you.


You can build ocaml and camlp5 under windows, using MinGW and MSYS.

There are even binary distributions, ready for use here.

0

精彩评论

暂无评论...
验证码 换一张
取 消