File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ merlin 5.4.1
2
+ ============
3
+ Mon Jan 13 10:55:42 CET 2025
4
+
5
+ + ocaml-index
6
+ - Bump magic number after index file format change (#1886 )
7
+
1
8
merlin 5.4
2
9
==========
3
10
Fri Jan 10 17:55:42 CET 2025
Original file line number Diff line number Diff line change 1
- # This file is generated by dune, edit dune-project instead
2
1
opam-version: "2.0"
3
2
synopsis: "A tool that indexes value usages from cmt files"
4
3
description:
@@ -10,8 +9,8 @@ homepage: "https://github.com/ocaml/merlin/ocaml-index"
10
9
bug-reports: "https://github.com/ocaml/merlin/issues"
11
10
depends: [
12
11
"dune" {>= "3.0.0"}
13
- "ocaml" {>= "5.2 "}
14
- "merlin-lib" {>= "5.1-502" }
12
+ "ocaml" {>= "5.3 "}
13
+ "merlin-lib" {= version }
15
14
"odoc" {with-doc}
16
15
]
17
16
build: [
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ and ast_impl_magic_number = "Caml1999M035"
49
49
and ast_intf_magic_number = " Caml1999N035"
50
50
and cmxs_magic_number = " Caml1999D035"
51
51
and cmt_magic_number = " Caml1999T035"
52
- and index_magic_number = " Merl2023I002 "
52
+ and index_magic_number = " Merl2023I003 "
53
53
54
54
let interface_suffix = ref " .mli"
55
55
let flat_float_array = true
You can’t perform that action at this time.
0 commit comments