this repo has no description
0
fork

Configure Feed

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

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

Publish timedesc.0.1.0

authored by

Kate and committed by
GitHub
417c4780 33e05d98

+47
+47
packages/timedesc/timedesc.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml date time handling library" 3 + description: """ 4 + Features: 5 + 6 + - Timestamp and date time handling with platform independent time zone support 7 + 8 + - Subset of the IANA time zone database is built into this library 9 + 10 + - Supports Gregorian calendar date, ISO week date, and ISO ordinal date 11 + 12 + - Supports nanosecond precision 13 + 14 + - ISO8601 parsing and RFC3339 printing 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 + "mparser" {>= "1.2.3"} 29 + "containers" {>= "3.4"} 30 + "ptime" 31 + "yojson" {>= "1.6.0"} 32 + "fmt" {>= "0.8.9"} 33 + "fileutils" 34 + "crowbar" {with-test} 35 + "alcotest" {with-test} 36 + "qcheck-alcotest" {with-test} 37 + "qcheck" {with-test} 38 + ] 39 + build: [ 40 + ["dune" "build" "-p" name "-j" jobs] 41 + ] 42 + url { 43 + src: 44 + "https://github.com/daypack-dev/timere/releases/download/desc-v0.1.0/desc-v0.1.0.tar.gz" 45 + checksum: 46 + "sha256=3923b172d9489c9c2741fd91f0150509622e3f39817113fac3c0224c1f9dc8d3" 47 + }