this repo has no description

Added timedesc.0.6.0

Changed files
+47
packages
timedesc
timedesc.0.6.0
+47
packages/timedesc/timedesc.0.6.0/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml date time handling library"
+
description: """
+
Features:
+
+
- Timestamp and date time handling with platform independent time zone support
+
+
- Subset of the IANA time zone database is built into this library
+
+
- Supports Gregorian calendar date, ISO week date, and ISO ordinal date
+
+
- Supports nanosecond precision
+
+
- ISO8601 parsing and RFC3339 printing
+
"""
+
maintainer: "Darren Ldl <darrenldldev@gmail.com>"
+
authors: "Daypack developers"
+
license: "MIT"
+
homepage: "https://github.com/daypack-dev/timere"
+
bug-reports: "https://github.com/daypack-dev/timere/issues"
+
dev-repo: "git+https://github.com/daypack-dev/timere"
+
depends: [
+
"ocaml" {>= "4.06.1"}
+
"bisect_ppx" {dev & >= "2.5.0"}
+
"dune" {>= "2.7.0"}
+
"oseq" {>= "0.3"}
+
"seq"
+
"mparser" {>= "1.2.3"}
+
"containers" {>= "3.6"}
+
"ptime"
+
"yojson" {>= "1.6.0"}
+
"fmt" {>= "0.8.9"}
+
"fileutils"
+
"crowbar" {with-test}
+
"alcotest" {with-test}
+
"qcheck-alcotest" {with-test}
+
"qcheck" {with-test}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src:
+
"https://github.com/daypack-dev/timere/releases/download/desc-v0.6.0/desc-v0.6.0.tar.gz"
+
checksum:
+
"sha256=7ef03e42740013b2a52d5bfe553b5025376b8d33b7d8befd8d6865625505f353"
+
}