We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595c556 commit 108b134Copy full SHA for 108b134
CHANGES
@@ -0,0 +1,4 @@
1
+6.3 (16/11/2020)
2
+----------------
3
+
4
+ * Add support for OCaml 4.12 (#88, Kate Deplaix)
dune-project
@@ -1,3 +1,3 @@
(lang dune 1.6)
(name ppx_tools)
-(version 6.2)
+(version 6.3)
ppx_tools.opam
@@ -6,7 +6,7 @@ license: "MIT"
6
tags: [ "syntax" ]
7
homepage: "https://github.com/ocaml-ppx/ppx_tools"
8
bug-reports: "https://github.com/ocaml-ppx/ppx_tools/issues"
9
-dev-repo: "git://github.com/ocaml-ppx/ppx_tools.git"
+dev-repo: "git+https://github.com/ocaml-ppx/ppx_tools.git"
10
build: ["dune" "build" "-p" name "-j" jobs]
11
depends: [
12
"ocaml" {>= "4.08.0" & < "4.13.0"}
0 commit comments