- Updated to KDL v2.0 (many breaking changes, see the KDL changelog).
- Reworked numbers: added the
Kdl.Num
module, includingKdl.Num.to_{string,float,int,int32,int64,nativeint}
and other functions. Kdl.L
: Added(.@!())
and(.@!())<-
indexing operators as raising versions of(.@())
and(.@()<-)
.interpret
now raisesInvalid_annotation
instead ofFailure
.i8
,i16
, etc. wrappers overinterpret
are removed.- Dropped support for OCaml < 4.10.0.
Initial experimental release.