File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- (lang dune 2 .9 )
1
+ (lang dune 3 .0 )
2
2
( version 3 .2)
3
3
(name sedlex)
4
4
( source ( github ocaml-community/sedlex) )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml-community/sedlex"
17
17
bug-reports: "https://github.com/ocaml-community/sedlex/issues"
18
18
depends: [
19
19
"ocaml" {>= "4.08"}
20
- "dune" {>= "2.9 "}
20
+ "dune" {>= "3.0 "}
21
21
"ppxlib" {>= "0.26.0"}
22
22
"gen"
23
23
"ppx_expect" {with-test}
@@ -32,12 +32,10 @@ build: [
32
32
name
33
33
"-j"
34
34
jobs
35
- "--promote-install-files=false"
36
35
"@install"
37
36
"@runtest" {with-test}
38
37
"@doc" {with-doc}
39
38
]
40
- ["dune" "install" "-p" name "--create-install-files" name]
41
39
]
42
40
dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
43
41
doc: "https://ocaml-community.github.io/sedlex/index.html"
Original file line number Diff line number Diff line change 11
11
12
12
(rule
13
13
(targets unicode.ml)
14
- (mode promote-until-clean)
14
+ (mode
15
+ (promote (until-clean)))
15
16
(deps
16
17
(:gen ../generator/gen_unicode.exe)
17
18
(glob_files ../generator/data/*.txt))
You can’t perform that action at this time.
0 commit comments