Skip to content

Commit ab55d61

Browse files
committed
Add missing dep and extend compiler availability for opam.
1 parent 6edd723 commit ab55d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ppx_regexp.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ depends: [
1010
"jbuilder" {build}
1111
"ocaml-migrate-parsetree"
1212
"re"
13+
"ppx_metaquot" {build}
1314
"topkg-jbuilder" {build}
1415
]
15-
available: [ocaml-version >= "4.04.1"]
16+
available: [ocaml-version >= "4.03.0"]

0 commit comments

Comments
 (0)