Summary
Ptime has platform independent POSIX time support in pure OCaml. It provides a type to represent a well-defined range of POSIX timestamps with picosecond precision, conversion with date-time values, conversion with [RFC 3339 timestamps][rfc3339] and pretty printing to a human-readable, locale-independent representation. The additional Ptime_clock library provides access to a system POSIX clock and to the system's current time zone offset. Ptime is not a calendar library. Ptime has no dependency. Ptime_clock depends on your system library or JavaScript runtime system. Ptime and its libraries are distributed under the ISC license. [rfc3339]: http://tools.ietf.org/html/rfc3339 Home page: http://erratique.ch/software/ptime
Versions
v1.1.0 :: 0/1.1.0 :: gentoo
- Modified
- License
- ISC
- Keywords
- ~amd64
- USE flags
- ocamlopt
v1.0.0 :: 0/1.0.0 :: gentoo
- Modified
- License
- ISC
- Keywords
- ~amd64
- USE flags
- ocamlopt
USE flags
General
- ocamlopt
- Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
Dependencies
dev-lang / ocaml : Programming language supporting functional, imperative & object-oriented styles
dev-ml / findlib : OCaml tool to find/use non-standard packages
Runtime Dependencies
dev-lang / ocaml : Programming language supporting functional, imperative & object-oriented styles
Depending packages
dev-ml / tiny_httpd : Minimal HTTP server with a small request router
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Maciej Barć · gentoo
dev-ml/ptime: bump to 1.1.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Christoph Junghans · gentoo
dev-ml/ptime: initial commit
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christoph Junghans <junghans@gentoo.org>