this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml date time handling library"
4description: """
5
6Features:
7
8- Timestamp and date time handling with platform independent time zone support
9
10 - Subset of the IANA time zone database is built into this library
11
12- Supports Gregorian calendar date, ISO week date, and ISO ordinal date
13
14- Supports nanosecond precision
15
16- ISO8601 parsing and RFC3339 printing
17"""
18maintainer: ["Darren Ldl <darrenldldev@gmail.com>"]
19authors: ["Daypack developers"]
20license: "MIT"
21homepage: "https://github.com/daypack-dev/timere"
22bug-reports: "https://github.com/daypack-dev/timere/issues"
23depends: [
24 "ocaml" {>= "4.08.1"}
25 "bisect_ppx" {dev & >= "2.5.0"}
26 "dune" {>= "2.9"}
27 "timedesc-tzdb" {= version}
28 "timedesc-tzlocal" {= version}
29 "seq"
30 "angstrom" {>= "0.15.0"}
31 "ptime"
32 "result" {>= "1.5"}
33 "crowbar" {with-test}
34 "alcotest" {with-test}
35 "qcheck-alcotest" {with-test}
36 "qcheck" {with-test}
37 "odoc" {with-doc}
38]
39build: [
40 ["dune" "subst"] {dev}
41 [
42 "dune"
43 "build"
44 "-p"
45 name
46 "-j"
47 jobs
48 "--promote-install-files=false"
49 "@install"
50
51 "@doc" {with-doc}
52 ]
53 ["dune" "install" "-p" name "--create-install-files" name]
54]
55dev-repo: "git+https://github.com/daypack-dev/timere.git"
56
57url {
58 src:
59 "https://github.com/daypack-dev/timere/releases/download/timedesc-0.9.0/timedesc-0.9.0.tar.gz"
60 checksum:
61 "sha256=7610fdbc3d006b20e56a6a81f12697f0c32b358e9ba9c9e590db4d062bf7a57e"
62}
63