···11+opam-version: "2.0"
22+synopsis: "Monotonic wall-clock time for OCaml"
33+description: """\
44+Mtime has platform independent support for monotonic wall-clock time
55+in pure OCaml. This time increases monotonically and is not subject to
66+operating system calendar time adjustments. The library has types to
77+represent nanosecond precision timestamps and time spans.
88+99+The additional Mtime_clock library provide access to a system
1010+monotonic clock.
1111+1212+Mtime has a no dependency. Mtime_clock depends on your system library
1313+or JavaScript runtime system. Mtime and its libraries are distributed
1414+under the ISC license.
1515+1616+Home page: <http://erratique.ch/software/mtime>"""
1717+maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
1818+authors: "The mtime programmers"
1919+license: "ISC"
2020+tags: ["time" "monotonic" "system" "org:erratique"]
2121+homepage: "https://erratique.ch/software/mtime"
2222+doc: "https://erratique.ch/software/mtime/doc/"
2323+bug-reports: "https://github.com/dbuenzli/mtime/issues"
2424+depends: [
2525+ "ocaml" {>= "4.08.0"}
2626+ "ocamlfind" {build}
2727+ "ocamlbuild" {build & != "0.9.0"}
2828+ "topkg" {build & >= "1.0.3"}
2929+]
3030+build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
3131+dev-repo: "git+https://erratique.ch/repos/mtime.git"
3232+url {
3333+ src: "https://erratique.ch/software/mtime/releases/mtime-2.1.0.tbz"
3434+ checksum:
3535+ "sha512=a6619f1a3f1a5b32b7a9a067b939f94e6c66244eb90762d41f2cb1c9af852dd7d270fedb20e2b9b61875d52ba46e24af6ebf5950d1284b0b75b2fd2c380d9af3"
3636+}
+41
packages/ptime/ptime.1.2.0/opam
···11+opam-version: "2.0"
22+synopsis: "POSIX time for OCaml"
33+description: """\
44+Ptime has platform independent POSIX time support in pure OCaml. It
55+provides a type to represent a well-defined range of POSIX timestamps
66+with picosecond precision, conversion with date-time values,
77+conversion with [RFC 3339 timestamps][rfc3339] and pretty printing to
88+a human-readable, locale-independent representation.
99+1010+The additional Ptime_clock library provides access to a system POSIX
1111+clock and to the system's current time zone offset.
1212+1313+Ptime is not a calendar library.
1414+1515+Ptime has no dependency. Ptime_clock depends on your system library or
1616+JavaScript runtime system. Ptime and its libraries are distributed
1717+under the ISC license.
1818+1919+[rfc3339]: http://tools.ietf.org/html/rfc3339
2020+2121+Home page: <http://erratique.ch/software/ptime>"""
2222+maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
2323+authors: "The ptime programmers"
2424+license: "ISC"
2525+tags: ["time" "posix" "system" "org:erratique"]
2626+homepage: "https://erratique.ch/software/ptime"
2727+doc: "https://erratique.ch/software/ptime/doc/"
2828+bug-reports: "https://github.com/dbuenzli/ptime/issues"
2929+depends: [
3030+ "ocaml" {>= "4.08.0"}
3131+ "ocamlfind" {build}
3232+ "ocamlbuild" {build & != "0.9.0"}
3333+ "topkg" {build & >= "1.0.3"}
3434+]
3535+build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
3636+dev-repo: "git+https://erratique.ch/repos/ptime.git"
3737+url {
3838+ src: "https://erratique.ch/software/ptime/releases/ptime-1.2.0.tbz"
3939+ checksum:
4040+ "sha512=b0c3240dd9e777a5e60b5269eb2e312fc644d29ef55e257d2f2538c03bf62274173ed36e13858c44d2dbee8fe375c9c483e705706e4aa5b3b5c4609ca6324a5c"
4141+}