File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
dune
20
20
dune-build-info
21
21
dune-site
22
+ markdown
22
23
( ocaml-inifiles ( >= 1 .2) )
23
24
( pcre ( >= 7 ) )
24
25
( why3 ( and ( >= 1 .8.0) ( < 1 .9) ) )
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ depends: [
7
7
"dune" {>= "3.13"}
8
8
"dune-build-info"
9
9
"dune-site"
10
+ "markdown"
10
11
"ocaml-inifiles" {>= "1.2"}
11
12
"pcre" {>= "7"}
12
13
"why3" {>= "1.8.0" & < "1.9"}
Original file line number Diff line number Diff line change 2
2
type ecreader
3
3
4
4
(* -------------------------------------------------------------------- *)
5
- val from_channel : name :string -> in_channel -> ecreader
5
+ val from_channel : ? close : bool -> name :string -> in_channel -> ecreader
6
6
val from_file : string -> ecreader
7
7
val from_string : string -> ecreader
8
8
You can’t perform that action at this time.
0 commit comments