package kdl
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml implementation of the KDL Document Language
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.0.tar.gz
sha256=c6bff16d8b9194f1d99789ad45aaee948cdf3ebeba1a3e839d261e341329c4c7
doc/CHANGES.html
Changelog
0.2.0 (2024-12-27)
- Updated to KDL v2.0 (many breaking changes, see the KDL changelog).
- Reworked numbers: added the
Kdl.Nummodule, includingKdl.Num.to_{string,float,int,int32,int64,nativeint}and other functions. Kdl.L: Added(.@!())and(.@!())<-indexing operators as raising versions of(.@())and(.@()<-), addedKDL.L.first_arg.interpretnow raisesInvalid_annotationinstead ofFailure.i8,i16, etc. wrappers overinterprethave been removed.- Added
of_chunk_gen{,exn}. Removed theshow,show_error,from_string{,exn}aliases. Renamedfrom_channel{,exn}toof_channel{,exn}. - Added
pp_error,pp_typed_value. - Dropped support for OCaml < 4.14.0.
0.1.0 (2022-10-01)
Initial experimental release.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page