package coq-formalv-time

  1. Overview
  2. No Docs
A Coq library for time and date arithmetic according to the UTC standard with leap seconds

Install

Dune Dependency

Authors

Maintainers

Sources

formalv-1.2.0.tar.gz
sha256=7e01fa9f588e25d6b0ccaaeb4ba85439b3b7e16b9e16ab4c76be93d258e3de38

Description

FV Time is a library for managing conversions between time formats (UTC and timestamps), as well as commonly used functions for time arithmetic. As a library for time conversions, its novelty is the implementation of leap seconds (which are part of the UTC standard but usually not implemented in commercial libraries).

Dependencies (5)

  1. coq-formalv-check_range = version
  2. coq-formalv-prim63_mathcomp = version
  3. coq-mathcomp-ssreflect >= "1.13" & < "1.18~"
  4. coq-mathcomp-algebra >= "1.13" & < "1.18~"
  5. coq >= "8.14" & < "8.18~"

Dev Dependencies

None

Used by

None

Conflicts

None