package http-date
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
HTTP Datetime encoder/decoder
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.tar.gz
md5=c05dd250cd2bcef94b9dedc0fda6202d
sha512=00cf1c4c6ca9dd95042707fb9b815bdd30532f3d0830a846bbbc46e6fc064a7565484241d8f8c2f517c9b1184492eeb2b8ff3efa6831cfe42e6c00fc69b3e162
doc/CHANGES.html
v0.2 2026-04-13
Breaking changes
- Replace
ocamllex/menhirimplementation with a hand-written parser. - Remove
ptimedependency — the library is now dependency-free (aside fromocamlanddune). - New
ttype: a polymorphic variant (IMF |RFC850 |ASCTIME) tagged by parsed format, carryingdayname * date * time. decodenow returnst(wasPtime.t).encodenow takest(wasPtime.t * string).
Added
dayname,date,time, anddatetimetypes exposed in the public API.pppretty-printer fort.- Validate date and time values during parsing.
- Property-based tests with
alcobarand AFL fuzz testing infrastructure.
v0.1 2023-01-05
- Initial release supporting decoding/encoding in IMF, RFC 850 and asctime format.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page