We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 456d1a9 + 5efe874 commit ac7fcfcCopy full SHA for ac7fcfc
dune-project
@@ -29,8 +29,7 @@
29
(conflicts
30
(ocaml-migrate-parsetree (< 2.0.0))
31
(ocaml-base-compiler (= 5.1.0~alpha1))
32
- (ocaml-variants (= 5.1.0~alpha1+options))
33
- base-effects)
+ (ocaml-variants (= 5.1.0~alpha1+options)))
34
(synopsis "Standard infrastructure for ppx rewriters")
35
(description "Ppxlib is the standard infrastructure for ppx rewriters
36
and other programs that manipulate the in-memory representation of
ppxlib.opam
@@ -37,7 +37,6 @@ conflicts: [
37
"ocaml-migrate-parsetree" {< "2.0.0"}
38
"ocaml-base-compiler" {= "5.1.0~alpha1"}
39
"ocaml-variants" {= "5.1.0~alpha1+options"}
40
- "base-effects"
41
]
42
build: [
43
["dune" "subst"] {dev}
0 commit comments