We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48dc1c4 + 0bf6253 commit aecff84Copy full SHA for aecff84
.merlin
@@ -1,18 +1,30 @@
1
-PKG cmdliner cohttp fd-send-recv message_switch.unix lwt.unix oUnit rpclib.syntax re sexplib.syntax uri xapi-backtrace unix xcp-inventory xmlm
+PKG cmdliner
2
+PKG cohttp
3
+PKG fd-send-recv
4
+PKG lwt
5
+PKG message_switch
6
+PKG oUnit
7
+PKG ppx_deriving_rpc
8
+PKG ppx_sexp_conv
9
+PKG re
10
+PKG rpclib
11
+PKG rrd
12
+PKG sexplib
13
+PKG threads
14
+PKG unix
15
+PKG uri
16
+PKG xapi-backtrace
17
+PKG xmlm
18
+B +threads
19
+
20
+B _build/**
21
22
S example
23
S lib
24
S lib_test
25
S memory
26
S network
27
S rrd
28
S storage
29
+S v6
30
S xen
-
-B _build/example
-B _build/lib
-B _build/lib_test
-B _build/memory
-B _build/network
-B _build/rrd
-B _build/storage
-B _build/xen
0 commit comments