From 245128cf5b877ecf9821d677e789d7ba9e7fe7cc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 20 Dec 2016 21:10:44 +0700 Subject: Add merlin setup to the repo. --- .merlin | 8 ++++++++ _tags | 1 + 2 files changed, 9 insertions(+) create mode 100644 .merlin diff --git a/.merlin b/.merlin new file mode 100644 index 0000000..cfbc4ed --- /dev/null +++ b/.merlin @@ -0,0 +1,8 @@ +S src +S test +B _build/src +B _build/test +PKG lwt lwt.unix +PKG ppx_deriving.runtime ppx_deriving.show +PKG fileutils pcre toml xml-light +EXT lwt ounit diff --git a/_tags b/_tags index 84dec4a..9dc6d49 100644 --- a/_tags +++ b/_tags @@ -17,3 +17,4 @@ # OASIS_STOP true: strict_sequence +true: bin_annot -- cgit v1.2.3