Skip to content

Commit

Permalink
Merge pull request #523 from kit-ty-kate/patch-4
Browse files Browse the repository at this point in the history
Update the opam file to allow OCaml >= 5.3
  • Loading branch information
NathanReb authored Sep 23, 2024
2 parents 456d1a9 + 5efe874 commit ac7fcfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
(conflicts
(ocaml-migrate-parsetree (< 2.0.0))
(ocaml-base-compiler (= 5.1.0~alpha1))
(ocaml-variants (= 5.1.0~alpha1+options))
base-effects)
(ocaml-variants (= 5.1.0~alpha1+options)))
(synopsis "Standard infrastructure for ppx rewriters")
(description "Ppxlib is the standard infrastructure for ppx rewriters
and other programs that manipulate the in-memory representation of
Expand Down
1 change: 0 additions & 1 deletion ppxlib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ conflicts: [
"ocaml-migrate-parsetree" {< "2.0.0"}
"ocaml-base-compiler" {= "5.1.0~alpha1"}
"ocaml-variants" {= "5.1.0~alpha1+options"}
"base-effects"
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit ac7fcfc

Please sign in to comment.