this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18707 from darrenldl/publish-timere.0.4.0

[new release] timere.0.4.0

authored by

Kate and committed by
GitHub
d7da2b09 a147c4ec

+45
+45
packages/timere/timere.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml date time reasoning library" 3 + description: """ 4 + Features: 5 + 6 + - Reasoning over time intervals via `timere` objects/expressions, examples: 7 + 8 + - Pattern matching time and intervals. These work across DST boundaries. 9 + 10 + - Intersection and union 11 + 12 + - Chunking at year or month boundary, or in fixed sizes 13 + 14 + - Evaluate (sub)expressions with a different time zone (e.g. intersection of 9am to 5pm of Sydney and 9am to 5pm of New York) 15 + """ 16 + maintainer: "Darren Ldl <darrenldldev@gmail.com>" 17 + authors: "Daypack developers" 18 + license: "MIT" 19 + homepage: "https://github.com/daypack-dev/timere" 20 + bug-reports: "https://github.com/daypack-dev/timere/issues" 21 + dev-repo: "git+https://github.com/daypack-dev/timere" 22 + depends: [ 23 + "ocaml" {>= "4.06.1"} 24 + "bisect_ppx" {dev & >= "2.5.0"} 25 + "dune" {>= "2.7.0"} 26 + "oseq" {>= "0.3"} 27 + "seq" 28 + "containers" {>= "3.4"} 29 + "fmt" 30 + "timedesc" {>= "0.2.0"} 31 + "crowbar" {with-test} 32 + "alcotest" {with-test} 33 + "qcheck-alcotest" {with-test} 34 + "qcheck" {with-test} 35 + "diet" {with-test} 36 + ] 37 + build: [ 38 + ["dune" "build" "-p" name "-j" jobs] 39 + ] 40 + url { 41 + src: 42 + "https://github.com/daypack-dev/timere/releases/download/v0.4.0/v0.4.0.tar.gz" 43 + checksum: 44 + "sha256=cf2fc7d0af7ef8bdc97620fd55a5f128de04fc91f8851c3fcabb11c1a3d7a318" 45 + }