v3.2
版本发布时间: 2021-02-01 23:58:40
c-cube/ocaml-containers最新发布版本:v3.14(2024-09-10 20:49:27)
-
add CCEither module
-
add
CCList.chunks
-
add iter/seq functions to
CCString
-
add
CCList.reduce
(resolves #305) -
fix: in
CCInt
pick popcount at runtime on 64 bits -
fix: in shims, use configurator properly to determine int size
-
in
CCFormat
, addappend
,append_l
, infix++
for sequencing,space
,break
,cut
-
fix: in
CCSexp
, handle non-ascii escapes in strings -
CCUtf8_string
: add and exposeuchar_to_bytes
-
enable auto deploy of doc
-
improve CI: test core on non ubuntu platform, test all on ubuntu
-
update readme
-
CCImmutArray: add tests (#344)
-
add fuzzing (#339)
-
add stronger test to compare with uutf in ccutf8string