mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
commit
bf2dc512fd
4 changed files with 11 additions and 10 deletions
|
|
@ -366,7 +366,7 @@ val map : string IntMap.t = <abstr>
|
||||||
(IntMap.pp CCFormat.int CCFormat.string_quoted)
|
(IntMap.pp CCFormat.int CCFormat.string_quoted)
|
||||||
map;;
|
map;;
|
||||||
map =
|
map =
|
||||||
1->"1", 2->"2", 3->"3", 4->"4", 5->"5",
|
1->"1", 2->"2", 3->"3", 4->"4", 5->"5",
|
||||||
6->"6", 7->"7", 8->"8", 9->"9"
|
6->"6", 7->"7", 8->"8", 9->"9"
|
||||||
- : unit = ()
|
- : unit = ()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ build: [
|
||||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" { >= "1.1" }
|
"dune" { >= "1.11" }
|
||||||
"dune-configurator"
|
"dune-configurator"
|
||||||
"result"
|
"result"
|
||||||
"uchar"
|
"uchar"
|
||||||
|
|
@ -21,6 +21,7 @@ depends: [
|
||||||
"iter" { with-test }
|
"iter" { with-test }
|
||||||
"gen" { with-test }
|
"gen" { with-test }
|
||||||
"uutf" { with-test }
|
"uutf" { with-test }
|
||||||
|
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
|
||||||
"odoc" { with-doc }
|
"odoc" { with-doc }
|
||||||
"ocaml" { >= "4.02.0" }
|
"ocaml" { >= "4.02.0" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
14
dune
14
dune
|
|
@ -1,8 +1,8 @@
|
||||||
|
(rule
|
||||||
|
(targets README.md.corrected)
|
||||||
|
(deps (package containers))
|
||||||
|
(action (run ocaml-mdx test %{dep:README.md} -o %{targets})))
|
||||||
|
|
||||||
;(alias
|
(alias
|
||||||
; (name runtest)
|
(name runtest)
|
||||||
; (deps README.md)
|
(action (diff README.md README.md.corrected)))
|
||||||
; (action (progn
|
|
||||||
; (run mdx test %{deps})
|
|
||||||
; (diff? %{deps} %{deps}.corrected))))
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
(lang dune 1.0)
|
(lang dune 1.1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue