File tree 7 files changed +29
-13
lines changed
ocaml-ppx-context-load-path-migration
7 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 1
- (lang dune 2 .7 )
1
+ (lang dune 2 .8 )
2
2
(name ppxlib)
3
3
(using cinaps 1 .0)
4
- ( allow_approximate_merlin)
5
4
( implicit_transitive_deps false )
6
5
( cram enable)
7
6
( generate_opam_files true )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ homepage: "https://github.com/ocaml-ppx/ppxlib"
12
12
doc: "https://ocaml-ppx.github.io/ppxlib/"
13
13
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
14
14
depends: [
15
- "dune" {>= "2.7 "}
15
+ "dune" {>= "2.8 "}
16
16
"ocaml" {>= "4.04.1"}
17
17
"ppxlib" {= version}
18
18
"base"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ homepage: "https://github.com/ocaml-ppx/ppxlib"
13
13
doc: "https://ocaml-ppx.github.io/ppxlib/"
14
14
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
15
15
depends: [
16
- "dune" {>= "2.7 "}
16
+ "dune" {>= "2.8 "}
17
17
"ocaml" {>= "4.08.0"}
18
18
"ppxlib" {= version}
19
19
"cmdliner" {>= "1.3.0"}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ homepage: "https://github.com/ocaml-ppx/ppxlib"
20
20
doc: "https://ocaml-ppx.github.io/ppxlib/"
21
21
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
22
22
depends: [
23
- "dune" {>= "2.7 "}
23
+ "dune" {>= "2.8 "}
24
24
"ocaml" {>= "4.04.1" & < "5.4.0"}
25
25
"ocaml-compiler-libs" {>= "v0.11.0"}
26
26
"ppx_derivers" {>= "1.0"}
Original file line number Diff line number Diff line change 1
1
(executables
2
- (names whole_file_exception whole_file_extension_point
3
- whole_file_located_error extender deriver whole_file_multiple_errors
4
- constant_type special_functions)
2
+ (names
3
+ whole_file_exception
4
+ whole_file_extension_point
5
+ whole_file_located_error
6
+ extender
7
+ deriver
8
+ whole_file_multiple_errors
9
+ constant_type
10
+ special_functions)
5
11
(libraries ppxlib))
6
12
7
13
(cram
8
- (deps extender.exe whole_file_exception.exe whole_file_located_error.exe
9
- deriver.exe whole_file_extension_point.exe whole_file_multiple_errors.exe
10
- constant_type.exe special_functions.exe))
14
+ (deps
15
+ extender.exe
16
+ whole_file_exception.exe
17
+ whole_file_located_error.exe
18
+ deriver.exe
19
+ whole_file_extension_point.exe
20
+ whole_file_multiple_errors.exe
21
+ constant_type.exe
22
+ special_functions.exe))
Original file line number Diff line number Diff line change 2
2
(name driver)
3
3
(enabled_if
4
4
(>= %{ocaml_version} "5.2"))
5
- (libraries ppxlib ppxlib.ast ppxlib.astlib ocaml-compiler-libs.common
6
- compiler-libs.common))
5
+ (libraries
6
+ ppxlib
7
+ ppxlib.ast
8
+ ppxlib.astlib
9
+ ocaml-compiler-libs.common
10
+ compiler-libs.common))
7
11
8
12
(cram
9
13
(enabled_if
Original file line number Diff line number Diff line change 1
1
(cram
2
+ (package ppxlib-tools)
2
3
(deps
3
4
../../bin/pp_ast.exe
4
5
(package ppxlib)))
You can’t perform that action at this time.
0 commit comments