mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
bump minimum version of OCaml to 4.03, drop deps {result,uchar}
close #274
This commit is contained in:
parent
0ef454c6dc
commit
30251e9426
6 changed files with 6 additions and 8 deletions
|
|
@ -10,10 +10,9 @@ build: [
|
|||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"ocaml" { >= "4.03.0" }
|
||||
"dune" { >= "1.1" }
|
||||
"dune-configurator"
|
||||
"result"
|
||||
"uchar"
|
||||
"seq"
|
||||
"qtest" { with-test }
|
||||
"qcheck" { with-test }
|
||||
|
|
@ -23,7 +22,6 @@ depends: [
|
|||
"uutf" { with-test }
|
||||
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
|
||||
"odoc" { with-doc }
|
||||
"ocaml" { >= "4.02.0" }
|
||||
]
|
||||
depopts: [
|
||||
"base-unix"
|
||||
|
|
|
|||
|
|
@ -59,4 +59,4 @@
|
|||
CCMonomorphic)
|
||||
(ocamlopt_flags
|
||||
(:include ../flambda.flags))
|
||||
(libraries result uchar seq containers.monomorphic))
|
||||
(libraries seq containers.monomorphic))
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
(wrapped false)
|
||||
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_)
|
||||
(ocamlopt_flags :standard (:include ../flambda.flags))
|
||||
(libraries result containers))
|
||||
(libraries containers))
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
(wrapped false)
|
||||
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)
|
||||
(ocamlopt_flags :standard (:include ../flambda.flags))
|
||||
(libraries result)
|
||||
(libraries dune)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
(wrapped false)
|
||||
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)
|
||||
(ocamlopt_flags :standard (:include ../flambda.flags))
|
||||
(libraries result containers))
|
||||
(libraries containers))
|
||||
|
||||
(ocamllex (modules CCSexp_lex))
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@
|
|||
(optional)
|
||||
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)
|
||||
(ocamlopt_flags :standard (:include ../flambda.flags))
|
||||
(libraries result unix)
|
||||
(libraries unix)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue