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"} 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 "@runtest" {with-test} 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-3.0.0/timedesc-3.0.0.tar.gz" 60 checksum: 61 "sha256=b2d4d60acef83edf9db7f4840b5abfb6acbf36b3c25fca528f05fb0e0b13e0b6" 62} 63