yihong0618 和朋友们的频道 头像

消息来源频道

yihong0618 和朋友们的频道

@hyi0618

频道8,612 位成员公开可见0 人在线

yihong0618 和朋友们的频道

成员规模8,612 位成员
在线情况0 人在线
消息总数10,129 条消息
浏览量总数3,280,544 次浏览

在这个频道里搜索消息……

t.me/hyi0618

TIL:
Link: https://github.com/jbranchaud/til/blob/master/reason/generate-a-native-reasonml-project-with-pesy.md
📌 Generate A Native ReasonML Project With Pesy
Pesy is a CLI utility available from
NPM that you can use to generate a ReasonML project that is ready for native
compilation. It uses esy for the management
of opam packages. It uses Dune for
building your library code with the ReasonML and OCaml dependencies.
Assuming you already have pesy installed globally, create a directory for
your project and then run:
$ pesy
A project will be generated that is out-of-the-box ready to compile native
executables.