this repo has no description

Merge pull request #18669 from darrenldl/publish-timedesc.0.1.0

Publish timedesc.0.1.0

Kate 417c4780 33e05d98

Changed files
+47
packages
timedesc
timedesc.0.1.0
+47
packages/timedesc/timedesc.0.1.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.4"}
+
"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.1.0/desc-v0.1.0.tar.gz"
+
checksum:
+
"sha256=3923b172d9489c9c2741fd91f0150509622e3f39817113fac3c0224c1f9dc8d3"
+
}