We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eda298 commit b8e9e6cCopy full SHA for b8e9e6c
2 files changed
GT.opam
@@ -28,14 +28,14 @@ depends: [
28
"camlp5" {>= "8.00.05"}
29
"ocamlgraph"
30
"ppx_inline_test_nobase"
31
+ "mdx"
32
"ocamlfind" {build}
33
"logger-p5" {build}
34
"bisect_ppx" {build}
35
"conf-m4" {build}
36
"odoc" {with-doc}
37
"odig" {with-doc}
38
"pa_ppx" {with-doc}
- "mdx" {with-test}
39
]
40
build: [
41
["dune" "subst"] {dev}
dune-project
@@ -42,14 +42,14 @@
42
(>= "8.00.05"))
43
ocamlgraph
44
ppx_inline_test_nobase
45
+ mdx
46
(ocamlfind :build)
47
(logger-p5 :build)
48
(bisect_ppx :build)
49
(conf-m4 :build)
50
(odoc :with-doc)
51
(odig :with-doc)
52
(pa_ppx :with-doc)
- (mdx :with-test)
53
;
54
))
55
0 commit comments